Bug fixes
This commit is contained in:
parent
25acd079ec
commit
915e0636c0
3 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class InvoiceRepository
|
|||
$invoice->invoice_date = Utils::toSqlDate($data['invoice_date']);
|
||||
$invoice->due_date = Utils::toSqlDate($data['due_date']);
|
||||
|
||||
$invoice->is_recurring = $data['is_recurring'];
|
||||
$invoice->is_recurring = $data['is_recurring'] ? true : false;
|
||||
$invoice->frequency_id = $data['frequency_id'] ? $data['frequency_id'] : 0;
|
||||
$invoice->start_date = Utils::toSqlDate($data['start_date']);
|
||||
$invoice->end_date = Utils::toSqlDate($data['end_date']);
|
||||
|
|
|
|||
BIN
public/images/about1@2x.jpg
Normal file
BIN
public/images/about1@2x.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
BIN
public/images/about2@2x.jpg
Normal file
BIN
public/images/about2@2x.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
Loading…
Add table
Reference in a new issue