update elusive price
All checks were successful
All checks were successful
This commit is contained in:
@@ -247,7 +247,6 @@ public function store(Request $request)
|
||||
'productPurchasePrice' => $fromStock->productPurchasePrice,
|
||||
'profit_percent' => $fromStock->profit_percent,
|
||||
'productSalePrice' => $fromStock->productSalePrice,
|
||||
'exclusive_price' => $fromStock->exclusive_price,
|
||||
'productWholeSalePrice' => $fromStock->productWholeSalePrice,
|
||||
'productDealerPrice' => $fromStock->productDealerPrice,
|
||||
'mfg_date' => $fromStock->mfg_date,
|
||||
@@ -454,7 +453,6 @@ public function update(Request $request, $id)
|
||||
'warehouse_id' => $toWh,
|
||||
'productStock' => 0,
|
||||
'productPurchasePrice' => $fromStock->productPurchasePrice,
|
||||
'exclusive_price' => $fromStock->exclusive_price,
|
||||
'profit_percent' => $fromStock->profit_percent,
|
||||
'productSalePrice' => $fromStock->productSalePrice,
|
||||
'productWholeSalePrice' => $fromStock->productWholeSalePrice,
|
||||
|
||||
Reference in New Issue
Block a user