Place of Supply set on save Delivery Note if Customer Address Present (#13492)

This commit is contained in:
Vishal Dhayagude
2018-04-04 11:05:21 +05:30
committed by Nabin Hait
parent d5f9ebd008
commit 2505c74d64
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ doc_events = {
'Address': {
'validate': 'erpnext.regional.india.utils.validate_gstin_for_india'
},
('Sales Invoice', 'Purchase Invoice'): {
('Sales Invoice', 'Purchase Invoice', 'Delivery Note'): {
'validate': 'erpnext.regional.india.utils.set_place_of_supply'
}
}