Added project condition in budget validation

This commit is contained in:
Rohit Waghchaure
2018-05-16 12:15:57 +05:30
parent b56f3d0689
commit 144e9b178a
2 changed files with 21 additions and 7 deletions

View File

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