|
|
|
|
|
|
|
|
$productOrder->price = $p->price; |
|
|
$productOrder->price = $p->price; |
|
|
$productOrder->unit = $p->unit; |
|
|
$productOrder->unit = $p->unit; |
|
|
$productOrder->step = $p->step; |
|
|
$productOrder->step = $p->step; |
|
|
|
|
|
$productOrder->id_tax_rate = $p->taxRate->id ; |
|
|
$productOrder->save(); |
|
|
$productOrder->save(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
$productOrder->price = $p->price; |
|
|
$productOrder->price = $p->price; |
|
|
$productOrder->unit = $p->unit; |
|
|
$productOrder->unit = $p->unit; |
|
|
$productOrder->step = $p->step; |
|
|
$productOrder->step = $p->step; |
|
|
|
|
|
$productOrder->id_tax_rate = $p->taxRate->id ; |
|
|
$productOrder->save(); |
|
|
$productOrder->save(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
$productOrder->unit = $product->unit; |
|
|
$productOrder->unit = $product->unit; |
|
|
$productOrder->step = $product->step; |
|
|
$productOrder->step = $product->step; |
|
|
$productOrder->price = $product->price; |
|
|
$productOrder->price = $product->price; |
|
|
|
|
|
$productOrder->id_tax_rate = $product->taxRate->id; |
|
|
$productOrder->save(); |
|
|
$productOrder->save(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
$productOrder->unit = $product->unit; |
|
|
$productOrder->unit = $product->unit; |
|
|
$productOrder->step = $product->step; |
|
|
$productOrder->step = $product->step; |
|
|
$productOrder->price = $product->price; |
|
|
$productOrder->price = $product->price; |
|
|
|
|
|
$productOrder->id_tax_rate = $product->taxRate->id; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|