Fix assitance spelling #162
This commit is contained in:
parent
3ad32605fe
commit
9ca197f33f
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ class InvoiceCreator
|
|||
|
||||
$item = new InvoiceItem();
|
||||
$item->setInvoice($invoice)
|
||||
->setTitle('Service - Overheat Assitance')
|
||||
->setTitle('Service - Overheat Assistance')
|
||||
->setQuantity(1)
|
||||
->setPrice($fee);
|
||||
$invoice->addItem($item);
|
||||
|
|
|
|||
Loading…
Reference in a new issue