Merge branch '1862-Instrucciones-de-módulo-no-aparecen-en-evento-CEPSA' into 'develop'
Add module critical instructions when create an event - #1862 See merge request artica/pandorafms!1275
This commit is contained in:
commit
dc44db428f
|
@ -2283,7 +2283,7 @@ function events_page_details ($event, $server = "") {
|
|||
|
||||
$data = array();
|
||||
$data[0] = __('Instructions');
|
||||
$data[1] = events_display_instructions ($event['event_type'], $events, true);
|
||||
$data[1] = events_display_instructions ($event['event_type'], $event, true);
|
||||
$table_details->data[] = $data;
|
||||
|
||||
$data = array();
|
||||
|
|
Loading…
Reference in New Issue