fixes for quote controller
This commit is contained in:
parent
dbe22cf5fa
commit
0f501bc936
1 changed files with 1 additions and 1 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue