Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d50fc765

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID d50fc765f703b92a4912b666e2b8476b58f0eefe
  • Vorgänger 864977c6
  • Nachfolger 24f530ce

Preisgruppen-Spalte in Einkaufsbelegen nicht anzeigen

Fix für Bug 1541.

Unterschiede anzeigen:

bin/mozilla/io.pl
151 151
    {  id => 'serialnr',      width => 10,    value => $locale->text('Serial No.'),           display => 0, },
152 152
    {  id => 'projectnr',     width => 10,    value => $locale->text('Project'),              display => 0, },
153 153
    {  id => 'sellprice',     width => 15,    value => $locale->text('Price'),                display => !$is_delivery_order, },
154
    {  id => 'sellprice_pg',  width => 8,     value => $locale->text('Pricegroup'),           display => ($form->{type} =~ /^(sales_|invoice)/) && !$is_delivery_order,  },
154
    {  id => 'sellprice_pg',  width => 8,     value => $locale->text('Pricegroup'),           display => !$is_delivery_order && !$is_purchase, },
155 155
    {  id => 'discount',      width => 5,     value => $locale->text('Discount'),             display => !$is_delivery_order, },
156 156
    {  id => 'linetotal',     width => 10,    value => $locale->text('Extended'),             display => !$is_delivery_order, },
157 157
    {  id => 'bin',           width => 10,    value => $locale->text('Bin'),                  display => 0, },

Auch abrufbar als: Unified diff