Add new booking handling features and improve validations
Introduced support for a `data` property in bookings, extended form handling with additional validation and input fields, and added functionality for retrieving booking counts by date and status. Improved safety seal labeling and enhanced PDF generation comments.
This commit is contained in:
@@ -30,7 +30,7 @@ class wash_certificate extends html2pdf_template
|
||||
/** Add the provider details */
|
||||
$html .= self::getProviderDetails();
|
||||
/** Add the regarding this document */
|
||||
$html .= self::getRegardingThisDocument('DK');
|
||||
//$html .= self::getRegardingThisDocument('DK');
|
||||
/** Add the regarding this document in English */
|
||||
$html .= self::getRegardingThisDocument('EN');
|
||||
/** Add the signature */
|
||||
|
||||
Reference in New Issue
Block a user