fix(pos): cash shortcuts not working
This commit is contained in:
parent
a85c2c16b4
commit
bc46a9772d
@ -171,7 +171,7 @@ erpnext.PointOfSale.Payment = class {
|
||||
|
||||
this.setup_listener_for_payments();
|
||||
|
||||
this.$payment_modes.on('click', '.shortcut', () => {
|
||||
this.$payment_modes.on('click', '.shortcut', function() {
|
||||
const value = $(this).attr('data-value');
|
||||
me.selected_mode.set_value(value);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user