Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 94e11003

Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt

  • ID 94e11003809e9090514026a733e58e72e636a6bb
  • Vorgänger 00738f6f
  • Nachfolger 01bdb4dc

Beim Umwandeln von Angeboten/Preisanfragen in Aufträge die IDs in record_links speichern. Beim Umwandeln von Aufträgen und Lieferscheinen in Rechnungen die IDs in record_links speichern.

Unterschiede anzeigen:

bin/mozilla/ir.pl
424 424

  
425 425
  $form->hide_form(qw(id title vc type level creditlimit creditremaining closedto locked shippted storno storno_id
426 426
                      max_dunning_level dunning_amount vendor_id oldvendor selectvendor taxaccounts
427
                      fxgain_accno fxloss_accno taxpart taxservice cursor_fokus),
427
                      fxgain_accno fxloss_accno taxpart taxservice cursor_fokus
428
                      convert_from_oe_ids convert_from_do_ids),
428 429
                      map { $_.'_rate', $_.'_description' } split / /, $form->{taxaccounts} );
429 430

  
430 431
  print qq|<p>$form->{saved_message}</p>| if $form->{saved_message};
......
806 807
  </tr>
807 808
</table>
808 809
<br>
809
| . $cgi->hidden('-name' => 'close_do_ids', '-default' => [$form->{close_do_ids}]);
810
|;
810 811

  
811 812
  $invdate  = $form->datetonum($form->{invdate},  \%myconfig);
812 813
  $closedto = $form->datetonum($form->{closedto}, \%myconfig);

Auch abrufbar als: Unified diff