Minor fixes for client statements
This commit is contained in:
parent
106cfbd6d5
commit
3f59c213b4
|
|
@ -172,7 +172,7 @@ class Statement
|
|||
$item->tax_rate1 = 5;
|
||||
}
|
||||
|
||||
$product = Product::all()->random();
|
||||
$product = Product::first();
|
||||
|
||||
$item->cost = (float) $product->cost;
|
||||
$item->product_key = $product->product_key;
|
||||
|
|
|
|||
Loading…
Reference in New Issue