partial update create toggle active product and mutations

This commit is contained in:
2025-06-02 18:51:04 +07:00
parent 6bf8bc4965
commit a881779c4f
22 changed files with 512 additions and 21 deletions

View File

@@ -29,4 +29,8 @@ mix.js("resources/js/app.js", "public/js")
"resources/js/warehouse_management/products/edit.js",
"public/js/warehouse_management/products"
)
.js(
"resources/js/warehouse_management/stock_mutations/index.js",
"public/js/warehouse_management/stock_mutations"
)
.sourceMaps();