Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision db72c6eb

Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt

  • ID db72c6eb1ba0ae714001d4746232bfcaba03545f
  • Vorgänger ce2e13e6
  • Nachfolger 9a017555

Preisfaktoren nicht bei Lieferscheinen anzeigen.

Unterschiede anzeigen:

bin/mozilla/io.pl
128 128
    {  id => 'ship',          width => 5,     value => ($form->{type} eq 'purchase_order' ? $locale->text('Ship rcvd') : $locale->text('Ship')),                 
129 129
       display => $form->{type} =~ /sales_order/ || ($form->{type} =~ /purchase_order/ && !($lizenzen && $form->{vc} eq "customer")) , },
130 130
    {  id => 'qty',           width => 5,     value => $locale->text('Qty'),                  display => 1, },
131
    {  id => 'price_factor',  width => 5,     value => $locale->text('Price Factor'),         display => 1, },
131
    {  id => 'price_factor',  width => 5,     value => $locale->text('Price Factor'),         display => !$is_delivery_order, },
132 132
    {  id => 'unit',          width => 5,     value => $locale->text('Unit'),                 display => 1, },
133 133
    {  id => 'license',       width => 10,    value => $locale->text('License'),              display => 0, },
134 134
    {  id => 'serialnr',      width => 10,    value => $locale->text('Serial No.'),           display => 0, },

Auch abrufbar als: Unified diff