[fix] [minor] over billing validation against delivery note

This commit is contained in:
Nabin Hait
2013-07-25 15:14:59 +05:30
parent 384ee8788e
commit 4166c35277
2 changed files with 11 additions and 11 deletions

View File

@@ -91,7 +91,7 @@ class DocType(SellingController):
self.validate_c_form()
self.validate_time_logs_are_submitted()
self.validate_recurring_invoice()
self.validate_multiple_billing("Delivered Note", "dn_detail", "export_amount")
self.validate_multiple_billing("Delivery Note", "dn_detail", "export_amount")
def on_submit(self):
if cint(self.doc.update_stock) == 1: