mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 12:24:09 +00:00
test sending booking do to email
This commit is contained in:
@@ -361,7 +361,7 @@ class InvoiceController extends Controller
|
||||
}
|
||||
foreach ($bookings as $id) {
|
||||
$do = $this->generateSupplierDo($id);
|
||||
$zip->addFromString('do_'.Carbon::today()->format('Y_m_d').'_'.$id, $do->Output('do.pdf', 'S'));
|
||||
$zip->addFromString('do_'.Carbon::today()->format('Y_m_d').'_'.$id.'.pdf', $do->Output('do.pdf', 'S'));
|
||||
}
|
||||
|
||||
$zip->close();
|
||||
|
||||
Reference in New Issue
Block a user