IDEMPIERE-1447 Posting fails on reversal shipment with services / revert wrong comment on previous commit

This commit is contained in:
Carlos Ruiz 2013-10-16 17:16:07 -05:00
parent a36239a8d9
commit e3181de305
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ public final class ImpFormat
{
m_tableUnique1 = "UPC"; // UPC = unique
m_tableUnique2 = "Value";
// must validate both fields - if one is empty don't check
m_tableUniqueChild = "VendorProductNo"; // Vendor No may not be unique !
m_tableUniqueParent = "BPartner_Value"; // Makes it unique
}