Пример #1
0
 public function get_totales()
 {
     $part = new \partida();
     return $part->totales_from_subcuenta($this->idsubcuenta);
 }