Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision af0023e0

Von Thomas Heck vor etwa 12 Jahren hinzugefügt

  • ID af0023e07e144ca31d465b098c36c45971269438
  • Vorgänger f7a919c3
  • Nachfolger 7f596996

Wiedervorlagen für Lieferscheine

fixt #1981

Unterschiede anzeigen:

SL/FU.pm
330 330
      'title' => $locale->text('Sales quotation') . " $params{trans_info}",
331 331
    };
332 332

  
333
  } elsif ($params{trans_type} eq 'sales_delivery_order') {
334

  
335
    $link = {
336
      'url'   => 'do.pl?action=edit&type=sales_delivery_order&id=' . $params{trans_id} . '&edit_note_id=' . $form->quote($params{note_id}),
337
      'title' => $locale->text('Sales delivery order') .' '. $params{trans_info},
338
    };
339

  
340
  } elsif ($params{trans_type} eq 'purchase_delivery_order') {
341

  
342
    $link = {
343
      'url'   => 'do.pl?action=edit&type=purchase_delivery_order&id=' . $params{trans_id} . '&edit_note_id=' . $form->quote($params{note_id}),
344
      'title' => $locale->text('Purchase delivery order') .' '. $params{trans_info},
345
    };
346

  
333 347
  } elsif ($params{trans_type} eq 'sales_order') {
334 348
    $link = {
335 349
      'url'   => 'oe.pl?action=edit&type=sales_order&id=' . $params{trans_id},

Auch abrufbar als: Unified diff