From 2df7904c33a6b3ad56a55487ef0f295da2feee3a Mon Sep 17 00:00:00 2001 From: vpj-cd Date: Wed, 1 Apr 2009 22:29:06 +0000 Subject: [PATCH] The Qty Confirmed should be typed --- base/src/org/compiere/process/DistributionRun.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/src/org/compiere/process/DistributionRun.java b/base/src/org/compiere/process/DistributionRun.java index ad42266e35..cc78906ec5 100644 --- a/base/src/org/compiere/process/DistributionRun.java +++ b/base/src/org/compiere/process/DistributionRun.java @@ -1016,7 +1016,7 @@ public class DistributionRun extends SvrProcess if (m_run.getName() != null) Description =Description.concat(m_run.getName()); line.setDescription(Description + " " +Msg.translate(getCtx(), "Qty")+ " = " +QtyAllocation+" "); - line.setConfirmedQty(QtyAllocation); + //line.setConfirmedQty(QtyAllocation); line.saveEx(); } else