IDEMPIERE-1447 Posting fails on reversal shipment with services / revert wrong comment on previous commit
This commit is contained in:
parent
a36239a8d9
commit
e3181de305
|
@ -154,7 +154,6 @@ public final class ImpFormat
|
||||||
{
|
{
|
||||||
m_tableUnique1 = "UPC"; // UPC = unique
|
m_tableUnique1 = "UPC"; // UPC = unique
|
||||||
m_tableUnique2 = "Value";
|
m_tableUnique2 = "Value";
|
||||||
// must validate both fields - if one is empty don't check
|
|
||||||
m_tableUniqueChild = "VendorProductNo"; // Vendor No may not be unique !
|
m_tableUniqueChild = "VendorProductNo"; // Vendor No may not be unique !
|
||||||
m_tableUniqueParent = "BPartner_Value"; // Makes it unique
|
m_tableUniqueParent = "BPartner_Value"; // Makes it unique
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue