mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
validate with prevdoc
This commit is contained in:
@@ -358,6 +358,7 @@ class AccountsController(TransactionBase):
|
||||
def get_company_default(self, fieldname):
|
||||
from accounts.utils import get_company_default
|
||||
return get_company_default(self.doc.company, fieldname)
|
||||
|
||||
|
||||
@property
|
||||
def stock_items(self):
|
||||
|
||||
Reference in New Issue
Block a user