mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
Merge branch 'master' of https://github.com/webnotes/erpnext
Conflicts: controllers/buying_controller.py
This commit is contained in:
@@ -24,9 +24,9 @@ from buying.utils import get_item_details
|
||||
from setup.utils import get_company_currency
|
||||
from webnotes.model.utils import round_floats_in_doc
|
||||
|
||||
from controllers.accounts_controller import AccountsController
|
||||
from controllers.stock_controller import StockController
|
||||
|
||||
class BuyingController(AccountsController):
|
||||
class BuyingController(StockController):
|
||||
def validate(self):
|
||||
super(BuyingController, self).validate()
|
||||
if self.meta.get_field("currency"):
|
||||
|
||||
Reference in New Issue
Block a user