Browse Source

[FIX] Wrong Total on pos order partial return

pull/500/head
Ajay Javiya 4 years ago
parent
commit
53cedfc92b
  1. 2
      pos_order_return/models/pos_order.py

2
pos_order_return/models/pos_order.py

@ -93,6 +93,8 @@ class PosOrder(models.Model):
'returned_line_id': wizard_line.pos_order_line_id.id,
'qty': qty,
})
copy_line._onchange_amount_line_all()
new_order._onchange_amount_all()
return res
def action_pos_order_paid(self):

Loading…
Cancel
Save