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

fixes for quote controller

This commit is contained in:
David Bomba 2020-08-23 11:08:18 +10:00
parent dbe22cf5fa
commit 0f501bc936

View File

@ -667,7 +667,7 @@ class QuoteController extends BaseController
//return response()->download(TempFile::path($quote->pdf_file_path()), basename($quote->pdf_file_path()));
break;
case 'archive':
$this->invoice_repo->archive($quote);
$this->quote_repo->archive($quote);
return $this->listResponse($quote);
break;
case 'delete':