[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:
rohitwaghchaure
2018-06-25 10:10:29 +05:30
committed by Nabin Hait
parent 648728f330
commit 3a595d07d0
6 changed files with 90 additions and 13 deletions

View File

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