Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 65f0bba8

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

FIX: DO: Seriennummer wurde doppelt angezeigt

Unterschiede anzeigen:

bin/mozilla/io.pl
172 172
    unit weight price_source sellprice discount linetotal
173 173
    bin stock_in_out
174 174
  );
175
  # position of serialnr is used below!
175 176
  my @row2_sort   = qw(
176 177
    tax_chart tax serialnr projectnr reqdate subtotal recurring_billing_mode marge listprice lastcost onhand
177 178
  );
178 179
  # serialnr is important for delivery_orders
179 180
  if ($form->{type} eq 'sales_delivery_order') {
180
    splice @row2_sort, 0, 1;
181
    splice @row2_sort, 0, 3;
181 182
    splice @header_sort, 4, 0, "serialnr";
182 183
  }
183 184

  

Auch abrufbar als: Unified diff