From 859394a5b4389f497ce493d11d29882ef66f2e47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 18 Dec 2014 11:47:42 +0100 Subject: [PATCH] PriceSource: Spalte vor Preis und Rabatt anzeigen. --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index f70d16fa1..c4f656714 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -163,8 +163,8 @@ sub display_row { { id => 'weight', width => 5, value => $locale->text('Weight'), display => $defaults->{show_weight}, }, { id => 'serialnr', width => 10, value => $locale->text('Serial No.'), display => 0, }, { id => 'projectnr', width => 10, value => $locale->text('Project'), display => 0, }, - { id => 'sellprice', width => 15, value => $locale->text('Price'), display => !$is_delivery_order, }, { id => 'price_source', width => 5, value => $locale->text('Price Source'), display => !$is_delivery_order, }, + { id => 'sellprice', width => 15, value => $locale->text('Price'), display => !$is_delivery_order, }, { id => 'discount', width => 5, value => $locale->text('Discount'), display => !$is_delivery_order, }, { id => 'linetotal', width => 10, value => $locale->text('Extended'), display => !$is_delivery_order, }, { id => 'bin', width => 10, value => $locale->text('Bin'), display => 0, }, -- 2.20.1