Showing
1 changed file
with
1 additions
and
0 deletions
| ... | ... | @@ -165,6 +165,7 @@ public class PurchaseOrderRevokeServiceImpl extends BaseMpServiceImpl<PurchaseOr |
| 165 | 165 | vo1.setLength(purchaseOrderRevokeLine.getLength()); |
| 166 | 166 | vo1.setLengthTolPos(purchaseOrderRevokeLine.getLengthTolPos()); |
| 167 | 167 | vo1.setLengthTolNeg(purchaseOrderRevokeLine.getLengthTolNeg()); |
| 168 | + vo1.setStatus(purchaseOrderRevokeLine.getStatus()); | |
| 168 | 169 | vo1.setQuantity(purchaseOrderRevokeLine.getQuantity()); |
| 169 | 170 | vo1.setSalesPrice(purchaseOrderRevokeLine.getSalesPrice()); |
| 170 | 171 | vo1.setDeliveryDate(purchaseOrderRevokeLine.getDeliveryDate()); | ... | ... |