Exemplo n.º 1
0
 /**
  * Return the data for a single customer
  */
 public function getLookupData()
 {
     $lkp = array();
     $lkp['insert_type_values'] = array('free' => _('Bolletta singola'), 'month' => _('Bollette mensile'), 'year' => _('Bollette annuale'));
     $lkp['insert_year_values'] = R3EcoGisHelper::getConsumptionYearList($_SESSION['do_id'], $this->kind);
     return $lkp;
 }