Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 42c64631

Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt

  • ID 42c64631976e6a243552c2f728c2d0ff250f4406
  • Vorgänger 3f3b575b
  • Nachfolger af81f05f

Zeiterfassung: Konvertierung: base_qty in Einheit des Artikels umwandeln

Unterschiede anzeigen:

SL/DB/DeliveryOrder.pm
250 250
      parts_id        => $part_by_part_id{$key}->id,
251 251
      description     => $part_by_part_id{$key}->description,
252 252
      qty             => $qty,
253
      base_qty        => $qty,
253
      base_qty        => $h_unit->convert_to($qty, $part_by_part_id{$key}->unit_obj),
254 254
      unit_obj        => $h_unit,
255
      sellprice       => $part_by_part_id{$key}->sellprice,
255
      sellprice       => $part_by_part_id{$key}->sellprice, # Todo: use price rules to get sellprice
256 256
      longdescription => $longdescription,
257 257
    );
258 258

  

Auch abrufbar als: Unified diff