Skip to content

Commit

Permalink
Backported fix for template heading
Browse files Browse the repository at this point in the history
  • Loading branch information
apmuthu committed Dec 22, 2017
1 parent 455b1ce commit 475c119
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
27 changes: 13 additions & 14 deletions extensions/Extensions/import_transactions/_init/files
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
/templates/payment_en_GB.csv: 1cae388c86c4041363d5f755d91af69fdeb370de
/templates/single_line_salesinvoices.csv: 24156ed70434f12ef96184053253252f75731ec2
/templates/deposit_en_GB.csv: 9e61e2dc23b5851b150e0e9b07d9875cf03a9594
/templates/journal_en_GB.csv: 9fb79e9f2e974d81c5148d2234ec2ed738a2c3b6
/templates/salesinvoices_two_invoices_multiitems_credit_sale_paymentid1.csv: 80aef05fd1e35f261976ffb59bd4f1b5b838eec2
/templates/salesinvoices_two_invoices_multiitems_cash_sale_paymentid4.csv: 0bf65efbe920b356cf2f500d3ce9c608d8ca09b0
/templates/bank_en_GB.csv: 27959de85649429a5e4b720f10d9ae1d45f44038
/hooks.php: 1c10e29a16f4b057d0517dc07724e76c5e7f00f9
/import_transactions.php: 30ff6aac2dde4d293b8c48f8d97418ce8d495700
/LICENSE: 23a1f87d806ce0330b3d85485e399a5f9f553409
/includes/import_transactions.inc: b58083c56c915b30cce76b3b574f908987b26c95
/includes/import_sales_cart_class.inc: 6abba0b4b39474f53c723683b0bedde07c7b4422
/includes/import_sales_order_ui.inc: c488744c5f5bf82e86d985c3230cd266f4bef451
/includes/import_sales_order_entry.inc: 313b0d5b2f70959eb50ae201fc6e13947a14a119
/spreadsheet_headers.html: 21bf4f4c7a77709dc90b5898bf1913acca16ea44
/includes/import_sales_order_ui.inc: c488744c5f5bf82e86d985c3230cd266f4bef451
/includes/import_transactions.inc: b58083c56c915b30cce76b3b574f908987b26c95
/LICENSE: 23a1f87d806ce0330b3d85485e399a5f9f553409
/README.md: 9775c8a70aeb4baf85da746891007bec5c51bcbc
/spreadsheet_headers.doc: 7dd9ccf959f34b7fa9a3cb13b0365b835916441b
/hooks.php: 1c10e29a16f4b057d0517dc07724e76c5e7f00f9
/spreadsheet_headers.html: 21bf4f4c7a77709dc90b5898bf1913acca16ea44
/templates/bank_en_GB.csv: 27959de85649429a5e4b720f10d9ae1d45f44038
/templates/deposit_en_GB.csv: 9e61e2dc23b5851b150e0e9b07d9875cf03a9594
/templates/journal_en_GB.csv: 9fb79e9f2e974d81c5148d2234ec2ed738a2c3b6
/templates/payment_en_GB.csv: 1cae388c86c4041363d5f755d91af69fdeb370de
/templates/salesinvoices_two_invoices_multiitems_cash_sale_paymentid4.csv: 0bf65efbe920b356cf2f500d3ce9c608d8ca09b0
/templates/salesinvoices_two_invoices_multiitems_credit_sale_paymentid1.csv: 80aef05fd1e35f261976ffb59bd4f1b5b838eec2
/templates/single_line_salesinvoices.csv: 2432b7e06f46faa1acdbd2017080b836c9c73c44
/_init/config: 815be0533e02155b614a37658d8cf34f828838fa
/README.md: 9775c8a70aeb4baf85da746891007bec5c51bcbc

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
customer_id,branch_No,reference,date,payment_id,sales_type,dimension_id,dimension2_id,item_code,item_description,quantity,unit,price,discountpercentage,freightcost,delfrom,deldate,delto,deladdress,contactphone,email,custref,shipvia,comments,ex_rate
customer_id,branch_No,reference,date,payment_id,sales_type_name,dimension_id,dimension2_id,item_code,item_description,quantity,unit,price,discountpercentage,freightcost,delfrom,deldate,delto,deladdress,contactphone,email,custref,shipvia,comments,ex_rate
1,1,2,01/12/2014,4,Retail,,,001,Service Item,1,Each,50,0,,DEF,01/12/2014,Mr A,1 Abe Street Glasgow G32 FHT,134134,[email protected],,,,
1,1,3,02/12/2014,1,Retail,,,002,Product item,5,hr,65,0,,DEF,02/12/2014,Mr B,2 Bee Street Glasgow G32 FHT,12341234123,[email protected],,,,
2,2,5,07/12/2014,3,Retail,,,001,Service Item,5,Each,66,0,,DEF,08/12/2014,Mr C,3 Cee Street Glasgow G32 GHT,5634563563,[email protected],,,,

0 comments on commit 475c119

Please sign in to comment.