Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 14b40469

Von Tamino Steinert vor mehr als 2 Jahren 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
my $module = $type =~ m{::Order$} ? 'OE'
: $type =~ m{::DeliveryOrder$} ? 'DO'
: $type =~ m{::Invoice$} ? 'AR'
: $type =~ m{::Reclamation$} ? 'RC'
: $type =~ m{::(?:Customer|Vendor)$} ? 'CT'
: croak "Unsupported target class '$type'";

Auch abrufbar als: Unified diff