From 96fd8bec9b71ea73c64b49e08dd4bcb8da5fcb28 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 16 Nov 2011 14:02:30 +0530 Subject: [PATCH] Changes in Sales Invoice Print Formats --- erpnext/patches/print_formats/SalesInvoiceClassic.html | 4 ++-- erpnext/patches/print_formats/SalesInvoiceModern.html | 4 ++-- erpnext/patches/print_formats/SalesInvoiceSpartan.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/erpnext/patches/print_formats/SalesInvoiceClassic.html b/erpnext/patches/print_formats/SalesInvoiceClassic.html index f7eddcb7c2..dc0d092e8d 100644 --- a/erpnext/patches/print_formats/SalesInvoiceClassic.html +++ b/erpnext/patches/print_formats/SalesInvoiceClassic.html @@ -98,7 +98,7 @@ 'RV Detail', [// Here specify the table columns to be displayed 'SR', 'item_name', 'description', 'qty', 'stock_uom', - 'basic_rate', 'amount' + 'export_rate', 'export_amount' ], [// Here specify the labels of column headings 'Sr', 'Item Name', 'Description', 'Qty', @@ -229,7 +229,7 @@ Net Total diff --git a/erpnext/patches/print_formats/SalesInvoiceModern.html b/erpnext/patches/print_formats/SalesInvoiceModern.html index f5d4d7c744..bdffa1cbd9 100644 --- a/erpnext/patches/print_formats/SalesInvoiceModern.html +++ b/erpnext/patches/print_formats/SalesInvoiceModern.html @@ -121,7 +121,7 @@ 'RV Detail', [// Here specify the table columns to be displayed 'SR', 'item_name', 'description', 'qty', 'stock_uom', - 'basic_rate', 'amount' + 'export_rate', 'export_amount' ], [// Here specify the labels of column headings 'Sr', 'Item Name', 'Description', 'Qty', @@ -256,7 +256,7 @@ Net Total diff --git a/erpnext/patches/print_formats/SalesInvoiceSpartan.html b/erpnext/patches/print_formats/SalesInvoiceSpartan.html index d25bc1abfa..b8983ef76a 100644 --- a/erpnext/patches/print_formats/SalesInvoiceSpartan.html +++ b/erpnext/patches/print_formats/SalesInvoiceSpartan.html @@ -120,7 +120,7 @@ 'RV Detail', [// Here specify the table columns to be displayed 'SR', 'item_name', 'description', 'qty', 'stock_uom', - 'basic_rate', 'amount' + 'export_rate', 'export_amount' ], [// Here specify the labels of column headings 'Sr', 'Item Name', 'Description', 'Qty', @@ -251,7 +251,7 @@ Net Total