Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Verkauf/Einkauf -> Berichte -> Verkaufs/Einkaufsreklamationen
Browse files Browse the repository at this point in the history
Typenvergleich korrigiert

Behebt (teilw.): Fehler #648
rebootl committed Dec 7, 2023
1 parent 6239f95 commit 762a19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SL/Controller/Reclamation.pm
Original file line number Diff line number Diff line change
@@ -1644,7 +1644,7 @@ sub prepare_report {

my $report = SL::ReportGenerator->new(\%::myconfig, $::form);
$report->{title} = t8('Sales Reclamations');
if ($self->type eq purchase_reclamation_type()){
if ($self->type eq PURCHASE_RECLAMATION_TYPE()){
$report->{title} = t8('Purchase Reclamations');
}

0 comments on commit 762a19f

Please sign in to comment.