Formatting
This commit is contained in:
parent
04ed1d4fe3
commit
fb829d2da0
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue