VOrderReceiptIssue: typo error : Qty Reject / Qty Scrap should be active is the method is Only Receipt
This commit is contained in:
parent
9eeee632c8
commit
86d2ff07ad
|
@ -561,7 +561,7 @@ public class VOrderReceiptIssue extends CPanel implements FormPanel,
|
||||||
{
|
{
|
||||||
if (isOnlyReceipt())
|
if (isOnlyReceipt())
|
||||||
{
|
{
|
||||||
disableToDeliver();
|
enableToDeliver();
|
||||||
locatorLabel.setVisible(true);
|
locatorLabel.setVisible(true);
|
||||||
locatorField.setVisible(true);
|
locatorField.setVisible(true);
|
||||||
attribute.setVisible(true);
|
attribute.setVisible(true);
|
||||||
|
|
Loading…
Reference in New Issue