commit | 3ea58605debad4108c94cd48ed5f43cfe5891265 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Fri Oct 05 16:26:18 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Fri Oct 05 16:26:18 2012 +0530 |
tree | 7a2086e75ad38bab2d215901a9f9ff2134c22ed5 | |
parent | 372697d9c502c4fc9deef62c5571ba9ace340742 [diff] |
fixes in voucher import tool
diff --git a/accounts/page/voucher_import_tool/voucher_import_tool.py b/accounts/page/voucher_import_tool/voucher_import_tool.py index 91b6891..d62ec3c 100644 --- a/accounts/page/voucher_import_tool/voucher_import_tool.py +++ b/accounts/page/voucher_import_tool/voucher_import_tool.py
@@ -87,7 +87,7 @@ if d.ref_number: if not d.ref_date: - raise webnotes.ValidationError, + raise webnotes.ValidationError, \ """Ref Date is Mandatory if Ref Number is specified""" d.ref_date = parse_date(d.ref_date)