Revision ed661987
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1294 | 1294 |
|
1295 | 1295 |
# set module stuff |
1296 | 1296 |
if ($ref->{module} eq 'oe') { |
1297 |
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');
|
|
1297 |
my $edit_oe_link = build_std_url("script=oe.pl", 'action=edit', 'type=' . E($ref->{cv} eq 'vendor' ? 'purchase_order' : 'sales_order'), 'id=' . E($ref->{trans_id}), 'callback');
|
|
1298 | 1298 |
$row->{ordnumber}{link} = $edit_oe_link; |
1299 | 1299 |
$row->{quonumber}{link} = $edit_oe_link if (!$ref->{ordnumber}); |
1300 | 1300 |
|
Auch abrufbar als: Unified diff
IC::all_parts: cv und quotation müssen für externe Prüfung mit nach aussen gebracht werden.
Fix für Bug 1147.