You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bank Org Request Export - Include Custom Units (#4608)
* Modify exporter to use real item_requests
* Include the units of the requested items
* Rename to more correct item_requests
* Reorganize and stupify spec
Use fixes specific values instead of calculated ones in most places
* Use dash to separate unit
* Re-arrange factory create a bit
* Create item_requests for realistic mock data
* Only add new export units when custom-units feature is enabled
* Handle the case where the item custom-unit was deleted later
* Fix request export for default-unit
* Use empty string for request unit in spec
* Extract common name_with_unit for request items
* Use set in item header calc to simplify duplicates
Also pluralize consistently
* Remove old commented out code
* Specify exact expected values
* Deal with pluralization conflict and update spec [#4405]
* Prefetch some data and clarify all_item_requests name [#4405]
* Change spec to send AR relation
0 commit comments