Jump to content

Recommended Posts

Buenas estoy configurando el BackOffice de un modulo y quiero que aparezca un mensaje al modificar datos.

Realiza la acción pero no muestra errores, que puedo hacer.

 

Código de guardado

function saveDate()
    {
    	if(Tools::getIsset('savedate'))
    	{
			$res = Configuration::updateValue('tinvalor', Tools::getValue('tinvalordato'));
    		if($res)
    			return $this->displayConfirmation($this->l('Actualización correcta'));
   			else
   				return $this->displayError($this->l('Comprobar datos'));
    	}
    }
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...