Revision a34c05f3
Von Moritz Bunkus vor fast 10 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1171 | 1171 |
conv_date($form->{"invdate"}), conv_date($form->{"orddate"}), conv_date($form->{"quodate"}), conv_i($form->{"customer_id"}), |
1172 | 1172 |
$amount, $netamount, $form->{"paid"}, |
1173 | 1173 |
conv_date($form->{"duedate"}), conv_date($form->{"deliverydate"}), '1', $form->{"shippingpoint"}, |
1174 |
$form->{"shipvia"}, conv_i($form->{"terms"}), $form->{"notes"}, $form->{"intnotes"},
|
|
1174 |
$form->{"shipvia"}, conv_i($form->{"terms"}), $restricter->process($form->{"notes"}), $form->{"intnotes"},
|
|
1175 | 1175 |
$form->{"currency"}, conv_i($form->{"department_id"}), conv_i($form->{"payment_id"}), $form->{"taxincluded"} ? 't' : 'f', |
1176 | 1176 |
$form->{"type"}, conv_i($form->{"language_id"}), conv_i($form->{"taxzone_id"}), conv_i($form->{"shipto_id"}), |
1177 | 1177 |
conv_i($form->{"employee_id"}), conv_i($form->{"salesman_id"}), conv_i($form->{storno_id}), $form->{"storno"} ? 't' : 'f', |
Auch abrufbar als: Unified diff
Einkauf/Verkauf: Bemerkungsfeld mit HTML-Editor ausgestattet