frontend fixes

This commit is contained in:
Peter Papp
2021-05-07 07:35:03 +02:00
parent f5f0663d07
commit 070f8b4d40
12 changed files with 289 additions and 95 deletions

View File

@@ -195,7 +195,7 @@ class InvoiceController extends Controller
*/
public function destroy(Invoice $invoice)
{
$invoice->delete();
//$invoice->delete();
return response('Done', 204);
}