/**
  * Constructor. Sets the reference to the transaction in which the trigger is used.
  * @param object tNG &$tNG reference to transaction object
  * @access public
  */
 function tNG_CheckMasterRecord(&$tNG)
 {
     parent::tNG_CheckTableField($tNG);
 }
 /**
  * Constructor. Sets the reference to the transaction in which the trigger is used.
  * @param object tNG &$tNG reference to transaction object
  * @access public
  */
 function tNG_CheckDetailRecord(&$tNG)
 {
     parent::tNG_CheckTableField($tNG);
 }