[HIMA-10] removed ean naming

This commit is contained in:
Eraldo Hasanaj
2019-02-07 15:07:43 +01:00
parent 99c320a9cc
commit 15de665f22

View File

@@ -85,7 +85,7 @@ export class ProductDetailsComponent implements OnInit {
// product object mapping
if (item.pr) {
ean = item.pr.ean;
eanTag = 'EAN ' + ean;
eanTag = ean;
productIcon$ = this.catImageService.getImageUrl(ean, { width: 469, height: 575});
locale = item.pr.locale;
publicationDate = getFormatedPublicationDate(item.pr.publicationDate);