blob: c6f16efeb74df679657cba2cc70f76fbe4381d0b [file] [log] [blame]
Nabin Hait2eb5ae42011-10-19 16:06:37 +05301def execute():
2 import webnotes
3 if not webnotes.conn.sql("select name from tabDocFormat where parent = 'Receivable Voucher' and format != 'POS Invoice'"):
4 webnotes.conn.sql("update tabDocType set default_print_format = 'Standard' where name = 'Receivable Voucher' and default_print_format = ''")