lemon 5 years ago
parent
commit
2c5dcdc3f2
  1. 2
      app/AdminSupplier/Controllers/DemandBiddingController.php

2
app/AdminSupplier/Controllers/DemandBiddingController.php

@ -143,7 +143,7 @@ class DemandBiddingController extends AdminController
$product->category_id = $demandProduct->category_id;
$product->title = $demandProduct->title;
$product->price = $form->model()->price;
$product->original_price = $demandProduct->original_price;
$product->original_price = $form->model()->price;
$product->pictures = $demandProduct->pictures;
$product->stock = $demand->stock;
$product->know = $demandProduct->know;

Loading…
Cancel
Save