mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
[fixes] production, added qty transferred, fix gantt, fiscal year (set fiscal year, instead of validation
This commit is contained in:
@@ -69,7 +69,7 @@ class AccountsController(TransactionBase):
|
||||
|
||||
if date_field and self.get(date_field):
|
||||
validate_fiscal_year(self.get(date_field), self.fiscal_year,
|
||||
label=self.meta.get_label(date_field))
|
||||
self.meta.get_label(date_field), self)
|
||||
|
||||
def validate_due_date(self):
|
||||
from erpnext.accounts.party import validate_due_date
|
||||
|
||||
Reference in New Issue
Block a user