Compare commits
43 Commits
master
...
cc4bf675b8
| Author | SHA1 | Date | |
|---|---|---|---|
| cc4bf675b8 | |||
| e09acf6bdb | |||
| 5a10d21689 | |||
| fd9e5ade18 | |||
| 149cde5b22 | |||
| 3c3b4e4670 | |||
| f4bff6fe01 | |||
| 389834ba41 | |||
| 5f55f3f65d | |||
| e072fcbef5 | |||
| 0c7e94c834 | |||
| c8243d25bf | |||
| 6a746b518f | |||
| 838d25d878 | |||
| 988b22a08f | |||
| ccc668105a | |||
| 5c8f52724a | |||
| 096c7e8157 | |||
| 362d4524e3 | |||
| e474c69aac | |||
| 3c68c0b2fd | |||
| 15d4cdb047 | |||
| 4533b90e4a | |||
| 60522a7391 | |||
| 5d5e152429 | |||
| 08be7de118 | |||
| 6042ca6822 | |||
| b0a185561d | |||
| fae5a84182 | |||
| bbe1271620 | |||
| ff4f3b1d4c | |||
| a14212702c | |||
| cc48e97d40 | |||
| bd135dd3a5 | |||
| 1767349a08 | |||
| 38e04d58c2 | |||
| 91b0dd5c4f | |||
| 3754441492 | |||
| 9ef5f2bbf8 | |||
| c814f27c54 | |||
| bfa105df95 | |||
| 90a7797a27 | |||
| 6fe250896c |
@ -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.Price),
|
||||
Price: int(in.TariffPrice),
|
||||
Model: in.Name,
|
||||
Vendor: in.Producer,
|
||||
TypePrefix: in.Name,
|
||||
|
||||
Reference in New Issue
Block a user