mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 14:54:34 -04:00
Formatting
This commit is contained in:
parent
04ed1d4fe3
commit
fb829d2da0
@ -312,7 +312,7 @@ class BaseRepository
|
|||||||
$model = $model->calc()->getInvoice();
|
$model = $model->calc()->getInvoice();
|
||||||
|
|
||||||
$state['finished_amount'] = $model->amount;
|
$state['finished_amount'] = $model->amount;
|
||||||
|
|
||||||
$model = $model->service()->applyNumber()->save();
|
$model = $model->service()->applyNumber()->save();
|
||||||
|
|
||||||
if ($model->company->update_products !== false) {
|
if ($model->company->update_products !== false) {
|
||||||
|
@ -35,7 +35,7 @@ class InvoiceRepository extends BaseRepository
|
|||||||
*/
|
*/
|
||||||
public function getClassName()
|
public function getClassName()
|
||||||
{
|
{
|
||||||
return Invoice::class ;
|
return Invoice::class;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user