|
@ -82,7 +82,7 @@ public class ProductReceiptNoteConverter : IOutgoingConverter |
|
|
mesout_move = detail.ReturnQty != 0 ? 0 : detail.Qty, |
|
|
mesout_move = detail.ReturnQty != 0 ? 0 : detail.Qty, |
|
|
mesout_unable = 0, |
|
|
mesout_unable = 0, |
|
|
mesout_loc = detail.LocationErpCode, |
|
|
mesout_loc = detail.LocationErpCode, |
|
|
mesout_dt = exchangeProductReceiptNote.ActiveDate.ToString("yyyyMMdd"), |
|
|
mesout_dt = exchangeProductReceiptNote.ActiveDate.ToString(), |
|
|
memo = string.IsNullOrEmpty(detail.Remark)?"": detail.Remark, |
|
|
memo = string.IsNullOrEmpty(detail.Remark)?"": detail.Remark, |
|
|
refno = "", |
|
|
refno = "", |
|
|
|
|
|
|
|
|