Skip to content

Commit

Permalink
WEBUI_PackingHUsView_AddHUsToShipperTransportation: call onHUsAddedSh…
Browse files Browse the repository at this point in the history
…ipperTransportation

#763
  • Loading branch information
teosarca committed Dec 19, 2017
1 parent 75669a4 commit e42eecf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ protected final String doIt() throws Exception
{
final List<I_M_HU> hus = retrieveEligibleHUs();
huShipperTransportationBL.addHUsToShipperTransportation(shipperTransportationId, hus);

onHUsAddedToShipperTransportation(hus);

return MSG_OK;
}
Expand Down

0 comments on commit e42eecf

Please sign in to comment.