mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
[HIMA-10] removed ean naming
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user