Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b8125c17

Von Bernd Bleßmann vor fast 10 Jahren hinzugefügt

  • ID b8125c17c8add08c9b84fb054f797547a853dd3a
  • Vorgänger be42a450
  • Nachfolger cd812c6b

Nicht-editierbare CVars bei "als neu speichern/verwenden" richtig setzen.

Unterschiede anzeigen:

bin/mozilla/ir.pl
333 333
    max_dunning_level dunning_amount
334 334
    shiptoname shiptostreet shiptozipcode shiptocity shiptocountry  shiptocontact shiptophone shiptofax
335 335
    shiptoemail shiptodepartment_1 shiptodepartment_2 message email subject cc bcc taxaccounts cursor_fokus
336
    convert_from_do_ids convert_from_oe_ids show_details gldate
336
    convert_from_do_ids convert_from_oe_ids show_details gldate useasnew
337 337
  ), @custom_hiddens,
338 338
  map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}];
339 339

  
......
620 620
  $form->{paidaccounts} = 1;
621 621
  $form->{rowcount}--;
622 622
  $form->{invdate} = $form->current_date(\%myconfig);
623
  delete $form->{"invoice_id_$_"} for 1 .. $form->{"rowcount"};
623

  
624
  $form->{"converted_from_invoice_id_$_"} = delete $form->{"invoice_id_$_"} for 1 .. $form->{"rowcount"};
625

  
626
  $form->{useasnew} = 1;
624 627
  &display_form;
625 628

  
626 629
  $main::lxdebug->leave_sub();

Auch abrufbar als: Unified diff