mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
fix: restore missing change from develop branch
This commit is contained in:
@@ -186,7 +186,6 @@ class POSInvoiceMergeLog(Document):
|
|||||||
if not found:
|
if not found:
|
||||||
payments.append(payment)
|
payments.append(payment)
|
||||||
|
|
||||||
if doc.rounding_adjustment or doc.base_rounding_adjustment:
|
|
||||||
rounding_adjustment += doc.rounding_adjustment
|
rounding_adjustment += doc.rounding_adjustment
|
||||||
rounded_total += doc.rounded_total
|
rounded_total += doc.rounded_total
|
||||||
base_rounding_adjustment += doc.base_rounding_adjustment
|
base_rounding_adjustment += doc.base_rounding_adjustment
|
||||||
|
|||||||
Reference in New Issue
Block a user