Revision 21509ce4
Von Rolf Fluehmann vor fast 11 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
818 | 818 |
$form->{rowcount}--; |
819 | 819 |
$form->{invdate} = $form->current_date(\%myconfig); |
820 | 820 |
$form->{duedate} = $form->get_duedate(\%myconfig, $form->{invdate}) || $form->{invdate}; |
821 |
$form->{employee_id} = SL::DB::Manager::Employee->current->id; |
|
821 | 822 |
|
822 | 823 |
# remember pricegroups for "use as new" |
823 | 824 |
IS->get_pricegroups_for_parts(\%myconfig, \%$form); |
Auch abrufbar als: Unified diff
2081: Bearbeiter bei neu bearbeiteten Rechnung aktualisiert