Place of Supply set on save Delivery Note if Customer Address Present (#13492)
This commit is contained in:
committed by
Nabin Hait
parent
d5f9ebd008
commit
2505c74d64
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user