Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a5b2f9b4

Von Bernd Bleßmann vor etwa 8 Jahren hinzugefügt

  • ID a5b2f9b48cb83d0746d73d969179ad5a4c220a32
  • Vorgänger 80132c6a
  • Nachfolger 76592c8a

Preisquelle Preisgruppe: Fallback für entfernte Preise.

Unterschiede anzeigen:

SL/PriceSource/Pricegroup.pm
my $price = SL::DB::Manager::Price->find_by(pricegroup_id => $spec, parts_id => $self->part->id);
# TODO: if someone deletes the prices entry, this fails. add a fallback
if (!$price) {
return SL::PriceSource::Price->new(
price_source => $self,
missing => t8('Could not find an entry for this part in the pricegroup.'),
);
}
return $self->make_price($price);
}
locale/de/all
'Copy template' => 'Vorlage kopieren',
'Correct taxkey' => 'Richtiger Steuerschlüssel',
'Costs' => 'Kosten',
'Could not find an entry for this part in the pricegroup.' => 'Konnte keine Eintrag für diesen Artikel in der Preisgruppe finden.',
'Could not load class #1 (#2): "#3"' => 'Konnte Klasse #1 (#2) nicht laden: "#3"',
'Could not load class #1, #2' => 'Konnte Klasse #1 nicht laden: "#2"',
'Could not load employee' => 'Konnte Benutzer nicht laden',
locale/en/all
'Copy template' => '',
'Correct taxkey' => '',
'Costs' => '',
'Could not find an entry for this part in the pricegroup.' => '',
'Could not load class #1 (#2): "#3"' => '',
'Could not load class #1, #2' => '',
'Could not load employee' => '',

Auch abrufbar als: Unified diff