Fix spelling error
This commit is contained in:
parent
ebb3a658c7
commit
d2bffb6c01
@ -605,7 +605,7 @@ class Invoice extends Model
|
|||||||
if (! $id) {
|
if (! $id) {
|
||||||
$po = new Product;
|
$po = new Product;
|
||||||
$po->translate = new ProductTranslate;
|
$po->translate = new ProductTranslate;
|
||||||
$po->translate->name_detail = 'Miscellanious';
|
$po->translate->name_detail = 'Miscellaneous';
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$po = $o->first()->product;
|
$po = $o->first()->product;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user