Fix code creation for invoices

This commit is contained in:
Deon George
2020-06-02 17:19:24 +10:00
parent 251298a230
commit d7829b93b9
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ class InvoiceGenerate extends Command
$oo->product_id,
$oo->item_type_name,
$oo->total,
));
));
}
}