use personal price

This commit is contained in:
Aleksandr Trushkin
2024-02-27 19:46:30 +03:00
parent d7ee89e3b3
commit bab74f58f4

View File

@ -261,7 +261,7 @@ func (h exportHandlers) goodsItemAsOffer(in entity.GoodsItem, categoryIDByName m
out = export.Offer{
ID: in.Cart,
VendorCode: in.Articul,
Price: int(in.TariffPrice),
Price: int(in.Price),
Model: in.Name,
Vendor: in.Producer,
TypePrefix: in.Name,