mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2026-03-02 22:57:00 +00:00
Disable elastic indexes for line_items
This commit is contained in:
@@ -279,7 +279,7 @@ class Invoice extends BaseModel
|
||||
'custom_value4' => (string)$this->custom_value4,
|
||||
'company_key' => $this->company->company_key,
|
||||
'po_number' => (string) $this->po_number,
|
||||
'line_items' => (array) $this->line_items,
|
||||
//'line_items' => (array) $this->line_items, //@todo - reinstate this when elastic indexes have been rebuilt
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
@@ -225,8 +225,8 @@
|
||||
"url": "https://github.com/turbo124/snappdf"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/invoiceninja/admin-api"
|
||||
"type": "path",
|
||||
"url": "../admin-api"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
|
||||
Reference in New Issue
Block a user