Revision df18abbe
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
961 | 961 |
'align' => 'center', |
962 | 962 |
}; |
963 | 963 |
|
964 |
$row->{donumber}->{link} = SL::DB::DeliveryOrder::TypeData::get3($dord->{order_type}, "show_menu", "new_controller")
|
|
965 |
? SL::Controller::DeliveryOrder->url_for(action => "edit", id => $dord->{id}, type => $dord->{order_type})
|
|
964 |
$row->{donumber}->{link} = SL::DB::DeliveryOrder::TypeData::get3($dord->{record_type}, "show_menu", "new_controller")
|
|
965 |
? SL::Controller::DeliveryOrder->url_for(action => "edit", id => $dord->{id}, type => $dord->{record_type})
|
|
966 | 966 |
: $edit_url . "&id=" . E($dord->{id}) . "&callback=${callback}"; |
967 | 967 |
$row->{ordnumber}->{link} = $edit_order_url . "&id=" . E($dord->{oe_id}) . "&callback=${callback}" if $dord->{oe_id}; |
968 | 968 |
|
Auch abrufbar als: Unified diff
DB::DeliveryOrder: FIX: record_type