Build: #195 was successful Changes by Artur Walkowiak <awalkowiak@soldevelo.com>
Code commits
openboxes-develop
-
Artur Walkowiak <awalkowiak@soldevelo.com> 3627a1dd5fcf53edcb7f497ff5c07680b0d1e446
Merge branch 'master' into develop
-
Artur Walkowiak <awalkowiak@soldevelo.com> 0c4dd8737c3fb200aa101766d49b58f47ecaef4a m
bumped app version to 0.8.23-hotfix1
- application.properties (version 0c4dd8737c3fb200aa101766d49b58f47ecaef4a)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> f4936d36ed34f8608ce4a57d2a2b0efd554a25a5 m
OBPIH-5990 Able to delete POSM when at least pending invoice exists (#4404)
* OBPIH-5990 Add validation for deleting stock movement with associated invoice to api controller
* OBPIH-5990 Remove unused import- grails-app/controllers/org/pih/warehouse/api/StockMovementApiController.groovy (version f4936d36ed34f8608ce4a57d2a2b0efd554a25a5)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> d6f89d7b9a7ca1fe04e02b69c64f1d3c4bb98629 m
OBPIH-5990 Add validation on delete when there is invoice connected to stock movement (#4400)
- grails-app/controllers/org/pih/warehouse/inventory/StockMovementController.groovy (version d6f89d7b9a7ca1fe04e02b69c64f1d3c4bb98629)
- grails-app/domain/org/pih/warehouse/shipping/Shipment.groovy (version d6f89d7b9a7ca1fe04e02b69c64f1d3c4bb98629)
- grails-app/domain/org/pih/warehouse/shipping/ShipmentItem.groovy (version d6f89d7b9a7ca1fe04e02b69c64f1d3c4bb98629)
-
Dariusz Rodzewicz <DRodzewicz@gmail.com> 634450ab845175e5c35564eb606d64110ed9a99f m
OBPIH-5989 Include allInvoices to be used in othe transient vlaues on OrderItems (#4401)
- grails-app/domain/org/pih/warehouse/order/OrderItem.groovy (version 634450ab845175e5c35564eb606d64110ed9a99f)
-
Dariusz Rodzewicz <DRodzewicz@gmail.com> c12c9bf1780c1c59352f40d21f12a250f6149039 m
OBPIH-5984 Fix issue causing approval email for status update to ISSUED to not be sent to the requestor (#4398)
* OBPIH-5984 Fix issue causing approval email for status update to ISSUED to not be sent to the requestor
* OBPIH-5984 Hydrate mostRecentEvent value before building the mail template to avoid lazyInitializationException
* OBPIH-5984 Create a service method which fetches requisition with events- grails-app/services/org/pih/warehouse/inventory/RequisitionStatusTransitionEventService.groovy (version c12c9bf1780c1c59352f40d21f12a250f6149039)
- grails-app/services/org/pih/warehouse/inventory/StockMovementService.groovy (version c12c9bf1780c1c59352f40d21f12a250f6149039)
- grails-app/services/org/pih/warehouse/requisition/RequisitionService.groovy (version c12c9bf1780c1c59352f40d21f12a250f6149039)
-
Dariusz Rodzewicz <DRodzewicz@gmail.com> 29ab86969441e4cc714acc7b6238d06a1951abf5 m
OBPIH-5984 Fix lazyInitialization issue when building approval emails (#4389)
* OBPIH-5984 Fix lazyInitialization issue when building approval emails
* OBPIH-5984 Add a comment- grails-app/services/org/pih/warehouse/inventory/RequisitionStatusTransitionEventService.groovy (version 29ab86969441e4cc714acc7b6238d06a1951abf5)