inventory page
This commit is contained in:
@@ -54,7 +54,9 @@ export default function ImportProductModal({
|
||||
subcategoryid: subcategoryId ? Number(subcategoryId) : 0,
|
||||
quantity: Number(quantity),
|
||||
stocktype: "in",
|
||||
status: "Active",
|
||||
// Draft: lands in the Admin Catalogue only, published to the store
|
||||
// catalogue separately via the explicit "Add to Store Catalogue" step.
|
||||
status: "Draft",
|
||||
retailprice: Number(retailPrice),
|
||||
productcost: Number(productCost),
|
||||
taxpercent: Number(taxPercent),
|
||||
@@ -143,7 +145,7 @@ export default function ImportProductModal({
|
||||
subcategoryid: 0,
|
||||
quantity: 1,
|
||||
stocktype: "in",
|
||||
status: "Active",
|
||||
status: "Draft",
|
||||
retailprice: 0,
|
||||
productcost: 0,
|
||||
taxpercent: 0,
|
||||
|
||||
Reference in New Issue
Block a user