|
|
@@ -632,7 +632,7 @@ class pdf_crabe_receipt extends ModelePDFFactures
|
|
|
// Loop on each lines
|
|
|
for ($i = 0; $i < $nblines; $i++) {
|
|
|
global $db;
|
|
|
- $eventSql = "SELECT ee.date_start FROM public.llx_eventwizard_eventhistory as ee
|
|
|
+ $eventSql = "SELECT ee.date_start FROM public.llx_booking_bookinghistory as ee
|
|
|
INNER JOIN llx_actioncomm as ac ON ac.id = ee.fk_event
|
|
|
WHERE ee.fk_facture = {$object->lines[$i]->fk_facture}";
|
|
|
|