mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 18:34:48 +00:00
aii: patches and fine tuning
This commit is contained in:
@@ -402,7 +402,7 @@ class DocType(BuyingController):
|
||||
yed=add_days(str(ysd),365)
|
||||
if str(transaction_date) < str(ysd) or str(transaction_date) > str(yed):
|
||||
msgprint("'%s' Not Within The Fiscal Year"%(dn))
|
||||
raise Exception
|
||||
raise Exception
|
||||
|
||||
def load_default_taxes(self, obj):
|
||||
return self.get_purchase_tax_details(obj, 1)
|
||||
|
||||
Reference in New Issue
Block a user