Skip to content

Commit

Permalink
fixup! [MIG] pos_esign_request: port to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Nov 2, 2024
1 parent a018373 commit ba83f78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@
> button:last-child {
margin-bottom: 0;
}

.o_web_sign_draw_button,
.o_web_sign_load_button,
.o_web_sign_auto_button {
display: none;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ patch(PaymentScreen.prototype, {
if (partner.sign_attachment_id) break;

// Sign is not mandatory
if (!this.env.pos.config.mandatory_ask_for_sign) break;
if (!this.pos.config.mandatory_ask_for_sign) break;

// Customer did not sign and it is mandatory
this.popup.add(ErrorPopup, {
Expand Down

0 comments on commit ba83f78

Please sign in to comment.