Revision 859394a5
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
163 | 163 |
{ id => 'weight', width => 5, value => $locale->text('Weight'), display => $defaults->{show_weight}, }, |
164 | 164 |
{ id => 'serialnr', width => 10, value => $locale->text('Serial No.'), display => 0, }, |
165 | 165 |
{ id => 'projectnr', width => 10, value => $locale->text('Project'), display => 0, }, |
166 |
{ id => 'sellprice', width => 15, value => $locale->text('Price'), display => !$is_delivery_order, }, |
|
167 | 166 |
{ id => 'price_source', width => 5, value => $locale->text('Price Source'), display => !$is_delivery_order, }, |
167 |
{ id => 'sellprice', width => 15, value => $locale->text('Price'), display => !$is_delivery_order, }, |
|
168 | 168 |
{ id => 'discount', width => 5, value => $locale->text('Discount'), display => !$is_delivery_order, }, |
169 | 169 |
{ id => 'linetotal', width => 10, value => $locale->text('Extended'), display => !$is_delivery_order, }, |
170 | 170 |
{ id => 'bin', width => 10, value => $locale->text('Bin'), display => 0, }, |
Auch abrufbar als: Unified diff
PriceSource: Spalte vor Preis und Rabatt anzeigen.