commit | a629fa3f058d6900f85d88678eb9aee2c48d86b2 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Tue Feb 07 18:02:42 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Tue Feb 07 18:02:42 2012 +0530 |
tree | 95942b2c4709269aee32f057e905521994207d13 | |
parent | a7f0c448bb390d2c2ccee23e8d753a5a371fb9bb [diff] | |
parent | 02035d071a4e26e872dbc774bfb1caaf3f9e25de [diff] |
Merge branch 'stable' into latest
diff --git a/erpnext/selling/doctype/customer/customer.py b/erpnext/selling/doctype/customer/customer.py index 42f9ea3..2c804e5 100644 --- a/erpnext/selling/doctype/customer/customer.py +++ b/erpnext/selling/doctype/customer/customer.py
@@ -30,7 +30,7 @@ supp = supp and supp[0][0] or '' if supp: msgprint("You already have a Supplier with same name") - raise Exception + raise Exception("You already have a Supplier with same name") else: self.doc.name = cust else: