2836655-Resource Assignment always return Qty 1
This commit is contained in:
parent
cba4620137
commit
d034a6c64e
|
@ -105,6 +105,7 @@ public class CalloutAssignment extends CalloutEngine
|
||||||
variable = "QtyInvoiced";
|
variable = "QtyInvoiced";
|
||||||
if (Qty != null)
|
if (Qty != null)
|
||||||
mTab.setValue(variable, Qty);
|
mTab.setValue(variable, Qty);
|
||||||
|
mTab.setValue("QtyEntered", Qty); //red1 BR2836655-Resource Assignment always return Qty 1
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
} // product
|
} // product
|
||||||
|
|
Loading…
Reference in New Issue