generate Suppliers Purchase Order Btn : set Currency TCO

This commit is contained in:
walid seghier
2022-09-13 08:51:57 +01:00
parent 25b42d4a4f
commit 78e0a09ba0

View File

@@ -424,6 +424,7 @@ public class PurchaseOrderSupplierService {
po.setRefusalDate(poLineSupplierParnet.getRefusalDate());
po.setRefusedByUser(poLineSupplierParnet.getRefusedByUser());
po.setAttrs(poLineSupplierParnet.getAttrs());
po.setCurrency(poLineSupplierParnet.getCurrency());
//LOG.debug("purchaseOrderLineNew.getId(): {}",purchaseOrderLineNew.get(index).getId());
Beans.get(PurchaseOrderSupplierLineRepository.class).save(po);