Update erpnext/stock/doctype/delivery_note/delivery_note.txt

This commit is contained in:
Nabin Hait 2012-03-19 10:20:22 +05:30
parent deac31fd2d
commit 9f5b2cd8d9

View File

@ -31,11 +31,11 @@
'module': u'Stock',
'name': '__common__',
'read_only_onload': 1,
'search_fields': u'status,transaction_date,customer,customer_name, territory,grand_total',
'search_fields': u'status,customer,customer_name, territory,grand_total',
'section_style': u'Tabbed',
'server_code_error': u' ',
'show_in_menu': 0,
'subject': u'To %(customer_name)s on %(transaction_date)s | %(per_billed)s% billed',
'subject': u'To %(customer_name)s on %(posting_date)s | %(per_billed)s% billed',
'tag_fields': u'billing_status',
'version': 475
},