Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 14b40469

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 14b40469db68ce88d81352cba4833556edd6c549
  • Vorgänger f4acea58
  • Nachfolger c1808a62

Reclamation: Controller and Templates created

also for ReclamationReason
Changes in SL/DB/Shipto.pm, SL/DB/Helper/TransNumberGenerator.pm,
SL/Controller/File.pm and SL/Webdav.pm for Reclamation
Links in menus added for:
- Reclamation/add
- Reclamation/list
- ReclamationReason/list

Unterschiede anzeigen:

SL/DB/Shipto.pm
65 65
  my $module = $type =~ m{::Order$}               ? 'OE'
66 66
             : $type =~ m{::DeliveryOrder$}       ? 'DO'
67 67
             : $type =~ m{::Invoice$}             ? 'AR'
68
             : $type =~ m{::Reclamation$}         ? 'RC'
68 69
             : $type =~ m{::(?:Customer|Vendor)$} ? 'CT'
69 70
             :                                      croak "Unsupported target class '$type'";
70 71

  

Auch abrufbar als: Unified diff