Revision 21e3b969
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1239 | 1239 |
|
1240 | 1240 |
# set module stuff |
1241 | 1241 |
if ($ref->{module} eq 'oe') { |
1242 |
my $edit_oe_link = build_std_url("script=oe.pl", 'action=edit', 'type=' . E($ref->{type}), 'id=' . E($ref->{trans_id}), 'callback');
|
|
1242 |
my $edit_oe_link = build_std_url("script=oe.pl", 'action=edit', 'type=' . E($ref->{customer_id} ne '' ? 'sales_order' : 'purchase_order'), 'id=' . E($ref->{trans_id}), 'callback');
|
|
1243 | 1243 |
$row->{ordnumber}{link} = $edit_oe_link; |
1244 | 1244 |
$row->{quonumber}{link} = $edit_oe_link if (!$ref->{ordnumber}); |
1245 | 1245 |
|
Auch abrufbar als: Unified diff
purchase_order/sales_order in den Links im bsooqr Modus der Waren/Dienstleistungen Suche setzen.
Fix für Bug 920.