Revision 815cf361
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Controller/RequirementSpecOrder.pm | ||
---|---|---|
241 | 241 |
|
242 | 242 |
if (!$section->{keep_description}) { |
243 | 243 |
$description = '<%fb_number%> <%title%>' unless $description =~ m{<%}; |
244 |
$description =~ s{<% (.+?) %>}{$section->$1}egx;
|
|
244 |
$description =~ s{<% (.+?) %>}{ $section->can($1) ? $section->$1 : '<' . t8('Invalid variable #1', $1) . '>' }egx;
|
|
245 | 245 |
} |
246 | 246 |
|
247 | 247 |
$item->assign_attributes( |
locale/de/all | ||
---|---|---|
1235 | 1235 |
'Invalid quantity.' => 'Die Mengenangabe ist ungültig.', |
1236 | 1236 |
'Invalid request type \'#1\'' => 'Ungültiger Request-Typ \'#1\'', |
1237 | 1237 |
'Invalid transactions' => 'Ungültige Buchungen', |
1238 |
'Invalid variable #1' => 'Ungültige Variable #1', |
|
1238 | 1239 |
'Invdate' => 'Rechnungsdatum', |
1239 | 1240 |
'Invdate from' => 'Rechnungen von', |
1240 | 1241 |
'Inventory' => 'Inventar', |
Auch abrufbar als: Unified diff
Pflichtenheft -> Angebot: ungültige Attribute nicht ausführen