moqui / mantle-usl

Mantle Universal Service Library
http://www.moqui.org/mantle.html
Other
30 stars 61 forks source link

Return shipmentPackageSeqId parameter in add#ItemToPackage service #206

Closed acetousk closed 8 months ago

acetousk commented 8 months ago

If this service creates a package (line 388), return the shipmentPackageSeqId parameter created there so that future services don't have to add additional lookup queries. It's also just a good practices to return the ids of the entities created.