Skip to content

Commit

Permalink
minor: organise imports
Browse files Browse the repository at this point in the history
Switch Manufacturing and Distribution to Dispo Framework metasfresh/metasfresh#523
  • Loading branch information
metas-ts committed May 2, 2017
1 parent b5791d8 commit c5cf47f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import de.metas.process.Param;
import de.metas.process.ProcessPreconditionsResolution;
import de.metas.process.RunOutOfTrx;
import de.metas.quantity.Quantity;
import de.metas.ui.web.pporder.PPOrderLineRow;
import de.metas.ui.web.pporder.PPOrderLineType;
import de.metas.ui.web.pporder.PPOrderLinesView;
Expand Down Expand Up @@ -162,7 +161,7 @@ protected ProcessPreconditionsResolution checkPreconditionsApplicable()
}

//
// OK, Override caption with current packing info, if any
// OK, Override caption with current packing info, if any
final String packingInfo = getSingleSelectedRow().getPackingInfo();
if (!Check.isEmpty(packingInfo, true))
{
Expand Down

0 comments on commit c5cf47f

Please sign in to comment.