mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Force defaults to show in preview
This commit is contained in:
parent
ba7b63d10f
commit
4684c23667
@ -212,7 +212,7 @@ class PreviewController extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
$entity_obj = $repo->save($request->all(), $entity_obj);
|
$entity_obj = $repo->save($request->all(), $entity_obj);
|
||||||
|
$entity_obj->service()->fillDefaults()->save();
|
||||||
$entity_obj->load('client');
|
$entity_obj->load('client');
|
||||||
|
|
||||||
App::forgetInstance('translator');
|
App::forgetInstance('translator');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user