mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
chore: spelling mistake
This commit is contained in:
@@ -788,7 +788,7 @@ class calculate_taxes_and_totals:
|
|||||||
self.doc.grand_total, self.doc.currency, self.doc.precision("rounded_total")
|
self.doc.grand_total, self.doc.currency, self.doc.precision("rounded_total")
|
||||||
)
|
)
|
||||||
|
|
||||||
# rounding adjustment should always be the difference vetween grand and rounded total
|
# rounding adjustment should always be the difference between grand and rounded total
|
||||||
self.doc.rounding_adjustment = flt(
|
self.doc.rounding_adjustment = flt(
|
||||||
self.doc.rounded_total - self.doc.grand_total, self.doc.precision("rounding_adjustment")
|
self.doc.rounded_total - self.doc.grand_total, self.doc.precision("rounding_adjustment")
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user