commit | de51040763a0401926626ffa9b73b98a7337cfee | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Mar 20 16:47:03 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Mar 20 16:47:03 2012 +0530 |
tree | d94711cfa744747e765b4971d1a291065f6fa558 | |
parent | 9ff92369ade985e13051427a9643fbff8abbbc21 [diff] |
lead organization fld added in quotation for printing
diff --git a/erpnext/patches/patch_list.py b/erpnext/patches/patch_list.py index dbf62f7..89d3fa9 100644 --- a/erpnext/patches/patch_list.py +++ b/erpnext/patches/patch_list.py
@@ -192,5 +192,10 @@ 'patch_file': 'stock_entry_others_patch', 'description': 'new purpose others in stock entry' }, + { + 'patch_module': 'patches.jan_mar_2012', + 'patch_file': 'reload_quote', + 'description': 'reload quote: organization fld added' + }, ]