1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 08:51:34 +02:00

Mark approved quotes as sent

This commit is contained in:
David Bomba 2021-03-31 08:57:14 +11:00
parent 3eb9688a83
commit b5e0276b1c

View File

@ -110,7 +110,7 @@ class QuoteService
$this->invoice $this->invoice
->service() ->service()
// ->markSent() ->markSent()
->createInvitations() ->createInvitations()
->deletePdf() ->deletePdf()
->save(); ->save();