[fixes] production, added qty transferred, fix gantt, fiscal year (set fiscal year, instead of validation

This commit is contained in:
Rushabh Mehta
2015-02-19 14:51:58 +05:30
parent 3fa7cc524b
commit d60acb9f26
54 changed files with 955 additions and 867 deletions

View File

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