diff --git a/buying/doctype/purchase_order/purchase_order.txt b/buying/doctype/purchase_order/purchase_order.txt index 4c5810080ca..bb310aacd1f 100644 --- a/buying/doctype/purchase_order/purchase_order.txt +++ b/buying/doctype/purchase_order/purchase_order.txt @@ -2,7 +2,7 @@ { "creation": "2013-05-21 16:16:39", "docstatus": 0, - "modified": "2013-07-19 16:14:49", + "modified": "2013-07-19 22:04:17", "modified_by": "Administrator", "owner": "Administrator" }, diff --git a/buying/page/buying_home/buying_home.js b/buying/page/buying_home/buying_home.js index 1972ad95894..d24f2301d8f 100644 --- a/buying/page/buying_home/buying_home.js +++ b/buying/page/buying_home/buying_home.js @@ -65,6 +65,11 @@ wn.module_page["Buying"] = [ "doctype":"Purchase Taxes and Charges Master", "description": wn._("Tax Template for Purchase") }, + { + label: wn._("Price List"), + description: wn._("Mupltiple Item prices."), + doctype:"Price List" + }, { "doctype":"Supplier Type", "label": wn._("Supplier Type"), diff --git a/patches/july_2013/p07_repost_billed_amt_in_sales_cycle.py b/patches/july_2013/p07_repost_billed_amt_in_sales_cycle.py index 94acf71f817..e18bed0c8ea 100644 --- a/patches/july_2013/p07_repost_billed_amt_in_sales_cycle.py +++ b/patches/july_2013/p07_repost_billed_amt_in_sales_cycle.py @@ -20,4 +20,5 @@ def execute(): import webnotes for si in webnotes.conn.sql("""select name from `tabSales Invoice` where docstatus = 1"""): webnotes.get_obj("Sales Invoice", si[0], - with_children=1).update_qty(change_modified=False) \ No newline at end of file + with_children=1).update_qty(change_modified=False) + webnotes.conn.commit() \ No newline at end of file diff --git a/public/js/conf.js b/public/js/conf.js index 22e80c98d80..330a2beaaf8 100644 --- a/public/js/conf.js +++ b/public/js/conf.js @@ -15,9 +15,16 @@ wn.modules_path = 'erpnext'; // add toolbar icon $(document).bind('toolbar_setup', function() { - $('.navbar-brand').html('