mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 08:44:35 -04:00
Fix typo (#3453)
This commit is contained in:
parent
37f295d49e
commit
2e76341e18
@ -46,7 +46,7 @@ class StoreInvoiceRequest extends Request
|
|||||||
{
|
{
|
||||||
$input = $this->all();
|
$input = $this->all();
|
||||||
|
|
||||||
if(array_key_exists('design_id', $input) && is_string($input['desing_id']))
|
if(array_key_exists('design_id', $input) && is_string($input['design_id']))
|
||||||
$input['design_id'] = $this->decodePrimaryKey($input['design_id']);
|
$input['design_id'] = $this->decodePrimaryKey($input['design_id']);
|
||||||
|
|
||||||
if($input['client_id'])
|
if($input['client_id'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user