download billing documents

This commit is contained in:
omair saleh
2022-03-02 04:17:15 +08:00
parent bc6ca3e8e5
commit 390da5dbdc
@@ -52,7 +52,7 @@ class DownloadBookingDocumentLogic
header('Content-Type: application/zip');
header('Content-Length: ' . filesize($attachment));
readfile($attachment);
unlink($attachment);
// unlink($attachment);
}
}