Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Sep 18, 2017
1 parent ddd1b14 commit a1093cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private DocumentEntityDescriptor createEntityDescriptor(final DocumentType docum
.setLookupDescriptorProvider(SqlLookupDescriptor.builder()
.setColumnName(IOrderLineQuickInput.COLUMNNAME_M_Product_ID)
.setDisplayType(DisplayType.Search)
.setAD_Val_Rule_ID(540051) // FIXME: hardcoded
.setAD_Val_Rule_ID(540051) // FIXME: hardcoded "M_Product no freight product (Trx)"
.buildProvider())
.setValueClass(IntegerLookupValue.class)
.setReadonlyLogic(ILogicExpression.FALSE)
Expand All @@ -106,7 +106,7 @@ private DocumentEntityDescriptor createEntityDescriptor(final DocumentType docum
.setLookupDescriptorProvider(SqlLookupDescriptor.builder()
.setColumnName(IOrderLineQuickInput.COLUMNNAME_M_HU_PI_Item_Product_ID)
.setDisplayType(DisplayType.TableDir)
.setAD_Val_Rule_ID(540199) // FIXME: hardcoded
.setAD_Val_Rule_ID(540199) // FIXME: hardcoded "M_HU_PI_Item_Product_For_Org_and_Product_and_DateOrdered"
.buildProvider())
.setValueClass(IntegerLookupValue.class)
.setReadonlyLogic(ILogicExpression.FALSE)
Expand Down

0 comments on commit a1093cd

Please sign in to comment.