Hi,
You want to edit the file "notification" of the view "order" via the menu Display>Views.
There, change the line:
<?php echo JHTML::_('hikaselect.booleanlist', "data[order][history][history_notified]" , 'onchange="var display=\'none\'; if(this.value==1)display=\'\';document.getElementById(\'notification_area\').style.display=display;"',0 ); ?>
to:
<?php echo JHTML::_('hikaselect.booleanlist', "data[order][history][history_notified]" , 'onchange="var display=\'none\'; if(this.value==1)display=\'\';document.getElementById(\'notification_area\').style.display=display;"',1 ); ?>
and change the line:
<td colspan="2" id="notification_area" style="display:none">
to:
<td colspan="2" id="notification_area">
www.hikashop.com/support/documentation/1...-display.html#layout