mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
[fix] inconsistent indentation
This commit is contained in:
@@ -918,7 +918,7 @@ class SalesInvoice(SellingController):
|
|||||||
for entry in self.payments:
|
for entry in self.payments:
|
||||||
if entry.amount < 0:
|
if entry.amount < 0:
|
||||||
frappe.throw(_("Row #{0} (Payment Table): Amount must be positive").format(entry.idx))
|
frappe.throw(_("Row #{0} (Payment Table): Amount must be positive").format(entry.idx))
|
||||||
|
|
||||||
def book_income_for_deferred_revenue(self):
|
def book_income_for_deferred_revenue(self):
|
||||||
# book the income on the last day, but it will be trigger on the 1st of month at 12:00 AM
|
# book the income on the last day, but it will be trigger on the 1st of month at 12:00 AM
|
||||||
# start_date: 1st of the last month or the start date
|
# start_date: 1st of the last month or the start date
|
||||||
|
|||||||
Reference in New Issue
Block a user