[fixes] item_code non-mandatory in item if naming_series

This commit is contained in:
Nabin Hait
2013-05-07 16:03:10 +05:30
parent f2d4df975e
commit 04f888fa52
4 changed files with 17 additions and 65 deletions

View File

@@ -66,6 +66,6 @@ class DocType:
vouchers.append(d.voucher_id)
if vouchers:
msgprint("Clearance Date updated in %s" % vouchers)
msgprint("Clearance Date updated in %s" % ", ".join(vouchers))
else:
msgprint("Clearance Date not mentioned")