Revision fe6486b3
Von Cem Aydin vor 11 Monaten hinzugefügt
SL/Controller/Reclamation.pm | ||
---|---|---|
1644 | 1644 |
|
1645 | 1645 |
my $report = SL::ReportGenerator->new(\%::myconfig, $::form); |
1646 | 1646 |
$report->{title} = t8('Sales Reclamations'); |
1647 |
if ($self->type eq purchase_reclamation_type()){
|
|
1647 |
if ($self->type eq PURCHASE_RECLAMATION_TYPE()){
|
|
1648 | 1648 |
$report->{title} = t8('Purchase Reclamations'); |
1649 | 1649 |
} |
1650 | 1650 |
|
Auch abrufbar als: Unified diff
FIX Reclamation Controller: Berichte -> Verkaufs/Einkaufsreklamationen
Typenvergleich korrigiert
Behebt (teilw.): Fehler #648