Build: #107 was successful
Job: Default Job was successful
Code commits
OpenBoxes (Grails 3)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> e79dec5fee8ea17313ed8547f2f54b9e4a4f50cd
OBGM-752 Add null safe operator in checking supportedActivities in location instance (#4410)
-
Artur Walkowiak <awalkowiak@soldevelo.com> 8c0fb05ece331446ad3d3c33b884c13fc5637852
Merge pull request #4411 from openboxes/obgm-0.8.23-hotfix1
Cherry pick changes from the 0.8.23 Hotfix 1 to the obgm feature branch -
Dariusz Rodzewicz <DRodzewicz@gmail.com> 660524be13f8c79907e18097c15e563331cd4a9a
OBGM-750 Fix validation on InvoiceItem quantity when invoiceItem does not have a shipmentItem associated (#4406)
-
Artur Walkowiak <awalkowiak@soldevelo.com> 10464067b544e3204e6518b0382280b1b18cca7b
Revert "OBPIH-5972 trim white space from firstname and last name when binding user to recipient on PO items import (#4384)" (#4412)
This reverts commit 6b6869e7c0ef871688edc02a07fca2145020ca48. -
Darek Rodzewicz <DRodzewicz@gmail.com> 8a24aa514c9b792610898525eed685aac573bc68
OBGM-753 Refactor get Requisition with events fetched eagerly for grails 3
- grails-app/services/org/pih/warehouse/inventory/StockMovementService.groovy (version 8a24aa514c9b792610898525eed685aac573bc68) (diffs)
- grails-app/services/org/pih/warehouse/requisition/RequisitionDataService.groovy (version 8a24aa514c9b792610898525eed685aac573bc68) (diffs)
- grails-app/services/org/pih/warehouse/requisition/RequisitionService.groovy (version 8a24aa514c9b792610898525eed685aac573bc68) (diffs)
-
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 839568314076aa2b94bf21ce24eae97df3e266aa
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 -
Alan Nadolny <83239466+alannadolny@users.noreply.github.com> 64e2393b4167e3b9f7d21b0e2d17c7bbccc9f332
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 64e2393b4167e3b9f7d21b0e2d17c7bbccc9f332) (diffs)
- grails-app/domain/org/pih/warehouse/shipping/Shipment.groovy (version 64e2393b4167e3b9f7d21b0e2d17c7bbccc9f332) (diffs)
- grails-app/domain/org/pih/warehouse/shipping/ShipmentItem.groovy (version 64e2393b4167e3b9f7d21b0e2d17c7bbccc9f332) (diffs)
-
Dariusz Rodzewicz <DRodzewicz@gmail.com> 26dce3798c2ac3160fc11ace12ffd711b652894e
OBPIH-5989 Include allInvoices to be used in othe transient vlaues on OrderItems (#4401)
-
Dariusz Rodzewicz <DRodzewicz@gmail.com> 1d9f6317f935cd615076b72d046800cdd6016160
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