Skip to content

Commit

Permalink
[FIX] pos_financial_risk: Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
geomer198 committed Sep 30, 2023
1 parent eeb9217 commit 609cc41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pos_financial_risk/static/src/js/PaymentScreen.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export const PaymentScreenRisk = (PaymentScreen) =>
const order = this.currentOrder;
const partner = order.partner;
if (!partner) {
this.payment_methods_from_config = this.paymentMethodsFromConfigBase;
this.paymentMethodsUnlock = this.paymentMethodsFromConfigBase;
this.paymentMethodsLock = [];
this.render(true);
return;
}
Expand Down

0 comments on commit 609cc41

Please sign in to comment.