[Fix] POS Closing Voucher, on save collected amount becomes zero issue and added test cases (#14649)
* [Fix] POS Closing Voucher, on save collected amount becomes zero * Added test cases for the POS Closing Voucher
This commit is contained in:
committed by
Nabin Hait
parent
648728f330
commit
3a595d07d0
@@ -363,4 +363,4 @@ def check_active_sales_items(obj):
|
||||
"company": obj.company,
|
||||
"income_account": d.income_account
|
||||
})
|
||||
doc.save()
|
||||
doc.save(ignore_permissions=True)
|
||||
|
||||
Reference in New Issue
Block a user