Skip to content

Commit

Permalink
[FIX] pos_financial_risk: select partner in pos is changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
geomer198 committed Sep 24, 2023
1 parent 9d506f2 commit ec3e108
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pos_financial_risk/static/src/js/PaymentScreen.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export const PaymentScreenRisk = (PaymentScreen) =>
this.updatePaymentMethod();
}

selectPartner() {
super.selectPartner();
this.updatePaymentMethod();
async selectPartner() {
await super.selectPartner();
await this.updatePaymentMethod();
}

updatePaymentMethod() {
Expand Down

0 comments on commit ec3e108

Please sign in to comment.