Пример #1
0
 /**
  * function checkForDefaultSettings
  *
  * Checks to make sure loaded report Settings exist and are correct
  */
 function checkForDefaultSettings()
 {
     if (!isset($this->settings["reportTitle"])) {
         $this->settings["reportTitle"] = "Work Order";
     }
     parent::checkForDefaultSettings();
 }
Пример #2
0
 /**
  * function checkForDefaultSettings
  *
  * Checks to make sure loaded report Settings exist and are correct
  */
 function checkForDefaultSettings()
 {
     if (!isset($this->settings["reportTitle"])) {
         $this->settings["reportTitle"] = "Packing List";
     }
     parent::checkForDefaultSettings();
 }