Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9435636f

Von Werner Hahn vor mehr als 6 Jahren hinzugefügt

  • ID 9435636f57fc98d5ed177700341cc8b7802cb8ee
  • Vorgänger eb5e6913

Shopmodul: Preisquelle übersetzt, Zeitformatierung beim ShopOrderListing

Unterschiede anzeigen:

SL/Controller/ShopPart.pm
115 115

  
116 116
  my ( $price, $price_src_str ) = $self->get_price_n_pricesource($::form->{pricesource});
117 117

  
118
  if( $price_src_str eq 'sellprice'){
119
    $price_src_str = t8('Sellprice');
120
  }elsif( $price_src_str eq 'listprice'){
121
    $price_src_str = t8('Listprice');
122
  }elsif( $price_src_str eq 'lastcost'){
123
    $price_src_str = t8('Lastcost');
124
  }
118 125
  $self->js->html('#price_' . $self->shop_part->id, $::form->format_amount(\%::myconfig,$price,2))
119 126
           ->html('#active_price_source_' . $self->shop_part->id, $price_src_str)
120 127
           ->render;

Auch abrufbar als: Unified diff