Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 21e3b969

Von Sven Schöling vor mehr als 15 Jahren hinzugefügt

  • ID 21e3b9697fa7e9481b79d0f16ef8cc5d0892f299
  • Vorgänger 273d8de6
  • Nachfolger 237e0f07

purchase_order/sales_order in den Links im bsooqr Modus der Waren/Dienstleistungen Suche setzen.

Fix für Bug 920.

Unterschiede anzeigen:

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