From 1546003d69934ca03115f07e7540d078e061880d Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 18 Oct 2011 18:47:08 +0530 Subject: [PATCH 1/3] issue fixed in patch --- erpnext/patches/packing_slip.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/patches/packing_slip.py b/erpnext/patches/packing_slip.py index b6c94c040f..9285e8a56d 100644 --- a/erpnext/patches/packing_slip.py +++ b/erpnext/patches/packing_slip.py @@ -1,4 +1,5 @@ def execute(): + import webnotes from webnotes.modules.module_manager import reload_doc reload_doc('stock', 'doctype', 'delivery_note_detail') reload_doc('stock', 'Print Format', 'Delivery Note Packing List Wise') From ec7a85d11f532a3eada2c193da218a293718e25a Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 18 Oct 2011 19:03:02 +0530 Subject: [PATCH 2/3] 'Delivery Note Packing List Wise' print format modified --- .../Delivery Note Packing List Wise.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/stock/Print Format/Delivery Note Packing List Wise/Delivery Note Packing List Wise.txt b/erpnext/stock/Print Format/Delivery Note Packing List Wise/Delivery Note Packing List Wise.txt index 97f57a9f89..d27abaacd7 100644 --- a/erpnext/stock/Print Format/Delivery Note Packing List Wise/Delivery Note Packing List Wise.txt +++ b/erpnext/stock/Print Format/Delivery Note Packing List Wise/Delivery Note Packing List Wise.txt @@ -3,9 +3,9 @@ # These values are common in all dictionaries { - 'creation': '2011-08-18 16:29:14', + 'creation': '2011-08-23 16:49:40', 'docstatus': 0, - 'modified': '2011-08-23 13:24:12', + 'modified': '2011-10-18 16:37:43', 'modified_by': 'Administrator', 'owner': 'Administrator' }, @@ -13,7 +13,7 @@ # These values are common for all Print Format { 'doctype': 'Print Format', - 'html': "\n\n\n\n\n\n\n\n\n\n", + 'html': "\n\n\n\n\n\n\n\n\n\n", 'module': 'Stock', 'name': '__common__', 'standard': 'Yes' From 790f4534900468e91168c9c01dd703513ef12237 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 19 Oct 2011 14:06:32 +0530 Subject: [PATCH 3/3] version update for wnf --- erpnext/startup/startup.css | 2 +- index.html | 2 +- versions-master.db | Bin 591872 -> 591872 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/startup/startup.css b/erpnext/startup/startup.css index f02841689d..7b2b6e582d 100644 --- a/erpnext/startup/startup.css +++ b/erpnext/startup/startup.css @@ -4,7 +4,7 @@ h1, h2, h3, h4 { } body, span, div, td, input, textarea, button, select { - font-family: Verdana, Arial, Sans Serif; + font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-size: 12px; } diff --git a/index.html b/index.html index cedc9dca0e..f4f087ba6b 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ ERPNext -