Revision a7c5a807
Von Werner Hahn vor 3 Monaten hinzugefügt
- ID a7c5a807e3ac078d1996b1edc556701d59ce9a94
- Vorgänger bb658827
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
Callback Liste Lieferscheine