Jump to content

bug in adminSuppliersController e in adminManufacturersController


MichaelSermoneta

Recommended Posts

i file non sono allineati con le modifiche introdotte dall'ultima versione di PS al file form.tpl. Nel metodo renderForm il pezzo relativo all'immagine va cambiato così per il suppliers:

 

$image = ImageManager::thumbnail(_PS_SUPP_IMG_DIR_.'/'.$this->object->id.'.jpg', $this->table.'_'.(int)$this->object->id.'.'.$this->imageType, 350, $this->imageType, true);
        $this->fields_value['logo']['image'] = $image ? $image : false;
        $this->fields_value['logo']['size'] = $image ? filesize(_PS_SUPP_IMG_DIR_.'/'.$this->object->id.'.jpg') / 1000 : false;

 

e in modo analogo per i manufactures, altrimenti non si vede l'immagine in fase di edit

      

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...