mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-05 21:54:35 -04:00
Fixes for JSON import
This commit is contained in:
parent
2d87de6a6a
commit
b35c44b1e8
@ -646,7 +646,7 @@ class ImportService
|
||||
{
|
||||
EntityModel::$notifySubscriptions = false;
|
||||
|
||||
foreach ([ENTITY_CLIENT, ENTITY_INVOICE, ENTITY_PAYMENT] as $entityType) {
|
||||
foreach ([ENTITY_CLIENT, ENTITY_INVOICE, ENTITY_PAYMENT, ENTITY_QUOTE] as $entityType) {
|
||||
$this->results[$entityType] = [
|
||||
RESULT_SUCCESS => [],
|
||||
RESULT_FAILURE => [],
|
||||
|
@ -2074,7 +2074,8 @@ $LANG = array(
|
||||
'list_products' => 'List Products',
|
||||
|
||||
'include_item_taxes_inline' => 'Include <b>line item taxes in line total</b>',
|
||||
|
||||
'created_quotes' => 'Successfully created :count quotes(s)',
|
||||
|
||||
);
|
||||
|
||||
return $LANG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user