mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
Added project condition in budget validation
This commit is contained in:
@@ -473,6 +473,7 @@ class BuyingController(StockController):
|
||||
'item_code': data.item_code,
|
||||
'item_group': data.item_group,
|
||||
'posting_date': data.schedule_date,
|
||||
'project': data.project,
|
||||
'doctype': self.doctype
|
||||
}, self.company)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user