예제 #1
0
 public function InsertaAlkardexTraslado($cantidad)
 {
     if ($this->VerificaCantTrasladoDestino($cantidad)) {
         MiFactoria::InsertaAlkardexTraslado($this->id, $cantidad);
     } else {
         MiFactoria::Mensaje('error', __CLASS__ . '   ' . __FUNCTION__ . ' HUBO UN PROBLEMA EN LA VERIFICAION DE LAS CANTIDADES');
         return null;
     }
 }