Revision b8125c17
Von Bernd Bleßmann vor fast 10 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
380 | 380 |
max_dunning_level dunning_amount |
381 | 381 |
shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax |
382 | 382 |
shiptoemail shiptodepartment_1 shiptodepartment_2 shiptocp_gender message email subject cc bcc taxaccounts cursor_fokus |
383 |
convert_from_do_ids convert_from_oe_ids convert_from_ar_ids |
|
383 |
convert_from_do_ids convert_from_oe_ids convert_from_ar_ids useasnew
|
|
384 | 384 |
invoice_id |
385 | 385 |
show_details |
386 | 386 |
), @custom_hiddens, |
... | ... | |
834 | 834 |
$form->{employee_id} = SL::DB::Manager::Employee->current->id; |
835 | 835 |
$form->{forex} = $form->check_exchangerate(\%myconfig, $form->{currency}, $form->{invdate}, 'buy'); |
836 | 836 |
$form->{exchangerate} = $form->{forex} if $form->{forex}; |
837 |
delete $form->{"invoice_id_$_"} for 1 .. $form->{"rowcount"}; |
|
838 | 837 |
|
838 |
$form->{"converted_from_invoice_id_$_"} = delete $form->{"invoice_id_$_"} for 1 .. $form->{"rowcount"}; |
|
839 |
|
|
840 |
$form->{useasnew} = 1; |
|
839 | 841 |
&display_form; |
840 | 842 |
|
841 | 843 |
$main::lxdebug->leave_sub(); |
Auch abrufbar als: Unified diff
Nicht-editierbare CVars bei "als neu speichern/verwenden" richtig setzen.