Skip to content

Commit

Permalink
Manufacturing Issue/Receipt: swap Qty and QtyPlan colums (layout)
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Apr 25, 2017
1 parent 1f07958 commit 7dc9f9f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ private final DocumentViewLayout createViewLayout(final WindowId windowId)
.addElement(DocumentLayoutElementDescriptor.builder()
.setWidgetType(DocumentFieldWidgetType.Quantity)
.setGridElement()
.addField(DocumentLayoutElementFieldDescriptor.builder(IPPOrderBOMLine.COLUMNNAME_Qty)))
.addField(DocumentLayoutElementFieldDescriptor.builder(IPPOrderBOMLine.COLUMNNAME_QtyPlan)))
.addElement(DocumentLayoutElementDescriptor.builder()
.setWidgetType(DocumentFieldWidgetType.Quantity)
.setGridElement()
.addField(DocumentLayoutElementFieldDescriptor.builder(IPPOrderBOMLine.COLUMNNAME_QtyPlan)))
.addField(DocumentLayoutElementFieldDescriptor.builder(IPPOrderBOMLine.COLUMNNAME_Qty)))
.addElement(DocumentLayoutElementDescriptor.builder()
.setWidgetType(DocumentFieldWidgetType.Lookup)
.setGridElement()
Expand Down

0 comments on commit 7dc9f9f

Please sign in to comment.