Revision b7fec34b
Von Werner Hahn vor mehr als 7 Jahren hinzugefügt
SL/Controller/ShopPart.pm | ||
---|---|---|
302 | 302 |
my $pricesources; |
303 | 303 |
push( @{ $pricesources } , { id => "master_data/sellprice", name => t8("Master Data")." - ".t8("Sellprice") }, |
304 | 304 |
{ id => "master_data/listprice", name => t8("Master Data")." - ".t8("Listprice") }, |
305 |
{ id => "master_data/lastcost", nam => t8("Master Data")." - ".t8("Lastcost") } |
|
305 |
{ id => "master_data/lastcost", name => t8("Master Data")." - ".t8("Lastcost") }
|
|
306 | 306 |
); |
307 | 307 |
my $pricegroups = SL::DB::Manager::Pricegroup->get_all; |
308 | 308 |
foreach my $pg ( @$pricegroups ) { |
Auch abrufbar als: Unified diff
Shopmodul: Typo Fehler