Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision adfcfafe

Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt

  • ID adfcfafeebe3142f5bce6d8e9ddd931d791e4bcf
  • Vorgänger 502f4f4c
  • Nachfolger 44786e1f

Lieferantenauftragsbestätigung: WF -> Rechnung

Unterschiede anzeigen:

bin/mozilla/oe.pl
1722 1722
  $form->get_employee();
1723 1723

  
1724 1724

  
1725
  if ($form->{type} =~ /_order$/) {
1725
  if ($form->{type} =~ /_order$|purchase_order_confirmation/) {
1726 1726

  
1727 1727
    # these checks only apply if the items don't bring their own ordnumbers/transdates.
1728 1728
    # The if clause ensures that by searching for empty ordnumber_#/transdate_# fields.
......
1788 1788

  
1789 1789
  my ($script);
1790 1790
  if (   $form->{type} eq 'purchase_order'
1791
      || $form->{type} eq 'purchase_order_confirmation'
1791 1792
      || $form->{type} eq 'request_quotation') {
1792 1793
    $form->{title}  = $locale->text('Add Vendor Invoice');
1793 1794
    $form->{script} = 'ir.pl';

Auch abrufbar als: Unified diff