testing invoiceAmount

This commit is contained in:
2021-05-31 18:11:32 +09:00
parent e8bbcfcfad
commit 265923aa84

View File

@@ -142,7 +142,7 @@ class TestController extends Controller
* Send the collected information over to the function to send the actual mail
*/
if($ledgers->count() > 0) {
$this->CreateInvoice($main, $ledgers, $mailDelay);
}
}