Comment debug logs. #713

This commit is contained in:
Korina Cordero 2022-10-11 05:37:24 +00:00
parent 474298a42b
commit 36cf10871e

View file

@ -726,7 +726,7 @@ class ResqInvoiceGenerator implements InvoiceGeneratorInterface
$stype = $criteria->getServiceType();
$cv = $criteria->getCustomerVehicle();
$has_coolant = $criteria->hasCoolant();
error_log('mogol ' . $stype);
// error_log($stype);
$cust_tag_info = [];
switch ($stype)
{