Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a7c5a807

Von Werner Hahn vor etwa 1 Monat hinzugefügt

  • ID a7c5a807e3ac078d1996b1edc556701d59ce9a94
  • Vorgänger bb658827

Callback Liste Lieferscheine

Unterschiede anzeigen:

bin/mozilla/do.pl
971 971
      'valign'   => 'center',
972 972
      'align'    => 'center',
973 973
    };
974
    $row->{donumber}->{link}  = SL::Controller::DeliveryOrder->url_for(action => "edit", id => $dord->{id}, type => $dord->{record_type});
974
    $row->{donumber}->{link}  = SL::Controller::DeliveryOrder->url_for(action => "edit", id => $dord->{id}, type => $dord->{record_type}, callback => $form->{callback});
975 975
    $row->{ordnumber}->{link} = $edit_order_url . "&id=" . E($dord->{oe_id})   . "&callback=${callback}" if $dord->{oe_id};
976 976

  
977 977
    foreach my $order_confirmation (@{ $dord->{order_confirmation_numbers} }) {

Auch abrufbar als: Unified diff