diff --git a/app/ninja/repositories/InvoiceRepository.php b/app/ninja/repositories/InvoiceRepository.php index 73cb2fb4b1..c8327d0311 100755 --- a/app/ninja/repositories/InvoiceRepository.php +++ b/app/ninja/repositories/InvoiceRepository.php @@ -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']); diff --git a/public/images/about1@2x.jpg b/public/images/about1@2x.jpg new file mode 100644 index 0000000000..e03eb5fa91 Binary files /dev/null and b/public/images/about1@2x.jpg differ diff --git a/public/images/about2@2x.jpg b/public/images/about2@2x.jpg new file mode 100644 index 0000000000..cfab2e26f4 Binary files /dev/null and b/public/images/about2@2x.jpg differ