fix(pos): cash shortcuts not working

This commit is contained in:
Saqib Ansari 2021-06-06 11:11:07 +05:30
parent a85c2c16b4
commit bc46a9772d

View File

@ -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);
});