commit | d75aef0a5d5cae4a28b75ba76ed11d1dcd455d0b | [log] [tgz] |
---|---|---|
author | Ravi Dey <ravi@iwebnotes.com> | Tue Jun 28 19:43:23 2011 +0530 |
committer | Ravi Dey <ravi@iwebnotes.com> | Tue Jun 28 19:43:23 2011 +0530 |
tree | 84ab9b283a2c5e0200ea9af856250b6ea56971f3 | |
parent | 4c65119c6ead4ebeaa1f15afebf0fd9fa95cf795 [diff] [blame] |
fix
diff --git a/patches/patch.py b/patches/patch.py index de09f0b..643b53c 100644 --- a/patches/patch.py +++ b/patches/patch.py
@@ -1201,7 +1201,4 @@ elif patch_no == 302: sql("update `tabDocField` set no_copy = 1 where fieldname = 'naming_series'") elif patch_no == 303: - for dt in sql("SELECT name FROM `tabJournal Voucher` where docstatus != 2 order by modified desc"): - obj = get_obj('Journal Voucher',dt[0]) - obj.set_print_format_fields() - obj.doc.save() + pass