Build: #40 was successful

Job: Default Job was successful

Stages & jobs

  1. Build

Code commits

openboxes-dreamix

  • Justin Miranda

    Justin Miranda 8b7172dff32f4622f2610c6df4e159e970a95825

    OBDX-20 Restrict order quantity to not be increased on edit (#3112)
    * OBDX-20 Prevent user from increasing quantity during picking step

    * OBDX-20 Prevent user from increasing / decreasing total quantity picked

    * OBDX-20 Cannot cast object '02' with class 'java.lang.String' to class 'java.lang.Integer'

    • grails-app/controllers/org/pih/warehouse/api/StockMovementItemApiController.groovy (version 8b7172dff32f4622f2610c6df4e159e970a95825)
    • grails-app/i18n/messages.properties (version 8b7172dff32f4622f2610c6df4e159e970a95825)
    • src/groovy/org/pih/warehouse/api/StockMovementItem.groovy (version 8b7172dff32f4622f2610c6df4e159e970a95825)
    • src/js/components/stock-movement-wizard/modals/EditPickModal.jsx (version 8b7172dff32f4622f2610c6df4e159e970a95825)
  • jmiranda <jcm62@columbia.edu>

    jmiranda <jcm62@columbia.edu> fae78f795c734f546a6528d33f34459778762406

    Minor UI change to display the correct order status on stock movement details

    • grails-app/views/stockMovement/_summary.gsp (version fae78f795c734f546a6528d33f34459778762406)
    • grails-app/views/stockMovement/show.gsp (version fae78f795c734f546a6528d33f34459778762406)
  • jmiranda <jcm62@columbia.edu>

    jmiranda <jcm62@columbia.edu> 169a63cb7efdffe3e3fc340978a5aba8ccdf1e9c

    OBDX-17 Prevent users from changing quantity if order has been packed

    • grails-app/services/org/pih/warehouse/inventory/StockMovementService.groovy (version 169a63cb7efdffe3e3fc340978a5aba8ccdf1e9c)