Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision df41380a

Von Kivitendo Admin vor fast 8 Jahren hinzugefügt

  • ID df41380a9c1150938985322c48ef20fe7f2cd98b
  • Vorgänger 19fb04d1
  • Nachfolger 94f55685

Group nach Partsgroup (Warengruppe) umbenannt

Unterschiede anzeigen:

SL/DB/PriceRuleItem.pm
108 108
    $type eq 'customer'   ? t8('Customer')         . ' ' . $self->customer->displayable_name
109 109
  : $type eq 'vendor'     ? t8('Vendor')           . ' ' . $self->vendor->displayable_name
110 110
  : $type eq 'business'   ? t8('Type of Business') . ' ' . $self->business->displayable_name
111
  : $type eq 'partsgroup' ? t8('Group')            . ' ' . $self->partsgroup->displayable_name
111
  : $type eq 'partsgroup' ? t8('Partsgroup')       . ' ' . $self->partsgroup->displayable_name
112 112
  : $type eq 'pricegroup' ? t8('Pricegroup')       . ' ' . $self->pricegroup->displayable_name
113 113
  : $type eq 'part'       ? t8('Part')             . ' ' . $self->part->displayable_name
114 114
  : $type eq 'qty' ? (

Auch abrufbar als: Unified diff