[minor] customer login start

This commit is contained in:
Anand Doshi
2013-08-29 17:46:40 +05:30
parent 4b29c89692
commit f7e5648365
14 changed files with 173 additions and 137 deletions

View File

@@ -106,8 +106,13 @@
},
"orders": {
"no_cache": true,
"template": "app/website/templates/pages/orders",
"args_method": "selling.doctype.sales_order.sales_order.get_currency_and_number_format"
"template": "app/website/templates/pages/transaction_list",
"args_method": "website.helpers.transaction.order_list_args"
},
"invoices": {
"no_cache": true,
"template": "app/website/templates/pages/transaction_list",
"args_method": "website.helpers.transaction.invoice_list_args"
},
"product_search": {
"template": "app/website/templates/pages/product_search"