Revision f75b552e
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
144 | 144 |
{ id => 'serialnr', width => 10, value => $locale->text('Serial No.'), display => 0, }, |
145 | 145 |
{ id => 'projectnr', width => 10, value => $locale->text('Project'), display => 0, }, |
146 | 146 |
{ id => 'sellprice', width => 15, value => $locale->text('Price'), display => !$is_delivery_order, }, |
147 |
{ id => 'sellprice_pg', width => 8, value => $locale->text('Pricegroup'), display => ($form->{type} =~ /^sales_/) && !$is_delivery_order, }, |
|
147 |
{ id => 'sellprice_pg', width => 8, value => $locale->text('Pricegroup'), display => ($form->{type} =~ /^sales_/) && !$is_delivery_order, },
|
|
148 | 148 |
{ id => 'discount', width => 5, value => $locale->text('Discount'), display => !$is_delivery_order, }, |
149 | 149 |
{ id => 'linetotal', width => 10, value => $locale->text('Extended'), display => !$is_delivery_order, }, |
150 | 150 |
{ id => 'bin', width => 10, value => $locale->text('Bin'), display => 0, }, |
Auch abrufbar als: Unified diff
Kosmetik.