[fix] [minor] webshop fixes after bootstrap 3

This commit is contained in:
Anand Doshi
2013-08-21 19:36:23 +05:30
parent bbc2d11d10
commit 65f5c58e51
7 changed files with 25 additions and 21 deletions

View File

@@ -228,7 +228,6 @@ patch_list = [
"execute:webnotes.delete_doc('Report', 'Received Items To Be Billed')",
"patches.july_2013.p02_copy_shipping_address",
"patches.july_2013.p03_cost_center_company",
"execute:webnotes.bean('Style Settings').save() #2013-07-16",
"patches.july_2013.p04_merge_duplicate_leads",
"patches.july_2013.p05_custom_doctypes_in_list_view",
"patches.july_2013.p06_same_sales_rate",
@@ -257,4 +256,5 @@ patch_list = [
"patches.august_2013.p05_employee_birthdays",
"execute:webnotes.reload_doc('accounts', 'Print Format', 'POS Invoice') # 2013-08-16",
"patches.august_2013.p06_fix_sle_against_stock_entry",
"execute:webnotes.bean('Style Settings').save() #2013-08-20",
]