Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 40c2f024

Von Tamino Steinert vor fast 2 Jahren hinzugefügt

  • ID 40c2f02412b20d0b561905b44d1d91b19292d525
  • Vorgänger 6b3c30a7
  • Nachfolger c1ed1e91

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