Revision fc2f81b9
Von Waldemar Toews vor mehr als 8 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1380 | 1380 |
$row->{quonumber}{link} = $edit_oe_quo_link if (!$ref->{ordnumber}); |
1381 | 1381 |
|
1382 | 1382 |
} else { |
1383 |
$row->{invnumber}{link} = build_std_url("script=$ref->{module}.pl", 'action=edit', 'type=invoice', 'id=' . E($ref->{trans_id}), 'callback'); |
|
1383 |
$row->{invnumber}{link} = build_std_url("script=$ref->{module}.pl", 'action=edit', 'type=invoice', 'id=' . E($ref->{trans_id}), 'callback') if ($ref->{invnumber});
|
|
1384 | 1384 |
} |
1385 | 1385 |
|
1386 | 1386 |
# set properties of images |
Auch abrufbar als: Unified diff
BUG-Fix: Falsche Links zu Lieferscheinen.
In Spalte Lieferscheine falsche Links korrigiert.
In der Spalte Rechnungen 'Tote Links' korrigiert.