Revision 14a0f366
Von Safwan Shakhy vor etwa 1 Jahr hinzugefügt
- ID 14a0f36664f407b7a2bb4f3e5a237b4be5eb7cab
- Vorgänger 66c4c45c
SL/Controller/PriceRule.pm | ||
---|---|---|
191 | 191 |
if ( $report->{options}{output_format} =~ /^(pdf|csv)$/i ) { |
192 | 192 |
$self->models->disable_plugin('paginated'); |
193 | 193 |
} |
194 |
|
|
195 |
my $title = t8('Price Rules'); |
|
196 |
$report->{title} = $title; #for browser titlebar (title-tag) |
|
197 |
|
|
194 | 198 |
$report->set_options( |
195 | 199 |
std_column_visibility => 1, |
196 | 200 |
controller_class => 'PriceRule', |
Auch abrufbar als: Unified diff
Tab Titel bei fehlenden gesetzt