lemon 4 years ago
parent
commit
abb6c4bc44
  1. 2
      app/AdminSupplier/Controllers/DemandController.php

2
app/AdminSupplier/Controllers/DemandController.php

@ -204,7 +204,7 @@ class DemandController extends AdminController
$product->category_id = $demandProduct->category_id;
$product->title = $demandProduct->title;
$product->price = $demandBidding->price;
$product->original_price = $demandProduct->original_price;
$product->original_price = $demandBidding->price;
$product->pictures = $demandProduct->pictures;
$product->stock = $demand->stock;
$product->know = $demandProduct->know;

Loading…
Cancel
Save