From 2f2dd6244382ea25a8c272cfee85a0d58a1d6abf Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Mon, 2 Sep 2019 21:37:37 +1000 Subject: [PATCH] debug booking_view --- booking.regn_node.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/booking.regn_node.inc b/booking.regn_node.inc index 0618d6b..7ebeb39 100644 --- a/booking.regn_node.inc +++ b/booking.regn_node.inc @@ -822,6 +822,8 @@ function booking_view($node, $view_mode) { global $event; $rows = array(); $travel_rows = array(); + + watchdog('booking_debug', 'booking view node:
@info
', array('@info' => print_r( $node, true))); //calculate the price owed by this person //if (_booking_is_earlybird() == true || _booking_amount_owing($node->nid) == 0)