Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 40c2f024

Von Tamino Steinert vor fast 3 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
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