2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-06 08:54:24 +00:00

Stock convert (#11818)

* [UI] Reimplement "convert stock" action

* Add playwright tests
This commit is contained in:
Oliver
2026-04-27 19:59:30 +10:00
committed by GitHub
parent 9958f4a247
commit 65b2283c7f
4 changed files with 71 additions and 16 deletions
+1
View File
@@ -153,6 +153,7 @@ export enum ApiEndpoints {
stock_merge = 'stock/merge/',
stock_assign = 'stock/assign/',
stock_status = 'stock/status/',
stock_convert = 'stock/:id/convert/',
stock_install = 'stock/:id/install/',
stock_uninstall = 'stock/:id/uninstall/',
stock_serialize = 'stock/:id/serialize/',