1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-18 00:53:10 +01:00

Bug fixes

This commit is contained in:
Hillel Coren 2014-03-10 20:22:40 +02:00
parent 25acd079ec
commit 915e0636c0
3 changed files with 1 additions and 1 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
public/images/about2@2x.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB