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