Revision 1fda5ec6
Von Moritz Bunkus vor mehr als 1 Jahr hinzugefügt
SL/OE.pm | ||
---|---|---|
765 | 765 |
$fxsellprice, $form->{"discount_$i"}, |
766 | 766 |
$form->{"unit_$i"}, conv_date($reqdate), conv_i($form->{"project_id_$i"}), |
767 | 767 |
$form->{"serialnumber_$i"}, $form->{"ship_$i"}, |
768 |
$pricegroup_id, $form->{"subtotal_$i"} ? 't' : 'f', $form->{"recurring_billing_mode_$i"}, |
|
768 |
$pricegroup_id, $form->{"subtotal_$i"} ? 't' : 'f', $form->{"recurring_billing_mode_$i"} || 'always',
|
|
769 | 769 |
$form->{"marge_percent_$i"}, $form->{"marge_absolut_$i"}, |
770 | 770 |
$form->{"lastcost_$i"}, conv_i($form->{"price_factor_id_$i"}), |
771 | 771 |
$form->{"active_price_source_$i"}, $form->{"active_discount_source_$i"}, |
Auch abrufbar als: Unified diff
alter Order-Controller: Speichern von Nicht-Aufträgen gefixt
Spalte orderitems.recurrning_billing_mode ist NOT NULL. Diese Property
wird nur in der Auftragsmaske abegfragt, aber beim SQL-Query immer mit
angegeben. Daher muss es manuell auf den Standardwert gesetzt werden,
wenn es in $form nicht vorkommt.