Revision bc7c5665
Von Thomas Heck vor mehr als 11 Jahren hinzugefügt
SL/FU.pm | ||
---|---|---|
314 | 314 |
|
315 | 315 |
if ($params{trans_type} eq 'customer') { |
316 | 316 |
$link = { |
317 |
'url' => 'controller.pl?action=CustomerVendor/edit&db=customer&id=' . $form->quote($params{trans_id}) . '&edit_note_id=' . $form->quote($params{note_id}),
|
|
317 |
'url' => 'controller.pl?action=CustomerVendor/edit&db=customer&id=' . $form->quote($params{trans_id}) . '¬e_id=' . $form->quote($params{note_id}), |
|
318 | 318 |
'title' => $locale->text('Customer') . " '$params{trans_info}'", |
319 | 319 |
}; |
320 | 320 |
|
321 | 321 |
} elsif ($params{trans_type} eq 'vendor') { |
322 | 322 |
$link = { |
323 |
'url' => 'controller.pl?action=CustomerVendor/edit&type=sales_quotation&id=' . $params{trans_id} . '&edit_note_id=' . $form->quote($params{note_id}),
|
|
323 |
'url' => 'controller.pl?action=CustomerVendor/edit&db=vendor&id=' . $params{trans_id} . '¬e_id=' . $form->quote($params{note_id}),
|
|
324 | 324 |
'title' => $locale->text('Vendor') . " '$params{trans_info}'", |
325 | 325 |
}; |
326 | 326 |
|
Auch abrufbar als: Unified diff
Wiedervorlagen: Links zu Kunden/Lieferanten gefixt