Beispiel #1
0
 function wlcexcel3($mes = null)
 {
     if (!$this->_checkfecha($mes)) {
         show_error('Parametro inválido');
     }
     $this->_telefono('compras');
     compras::wlcexcel($mes);
 }