From 5422f6af4bb49f9c7c5eb66703e153fad75d2003 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 28 Mar 2025 16:51:28 +0100 Subject: [PATCH] wait #7378 @0:10 --- .../application/controllers/AdminajaxpopupController.php | 1 - framework/application/forms/Devis.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/framework/application/controllers/AdminajaxpopupController.php b/framework/application/controllers/AdminajaxpopupController.php index 40dc861..ccda8e6 100644 --- a/framework/application/controllers/AdminajaxpopupController.php +++ b/framework/application/controllers/AdminajaxpopupController.php @@ -76,7 +76,6 @@ class AdminajaxpopupController extends CubeIT_Controller_Admin_AdminajaxpopupCon - '; $res .= ''; $res .= ''; diff --git a/framework/application/forms/Devis.php b/framework/application/forms/Devis.php index b7cc604..d79f02c 100644 --- a/framework/application/forms/Devis.php +++ b/framework/application/forms/Devis.php @@ -163,7 +163,7 @@ class DTLC_Form_Devis extends CubeIT_Form_List if ($r['status'] != 1) { return; } - return $view->linkPopup($view->imageSilk('cart'), '/admin/ajaxpopup/devisConvertToStoreOrder/' . $r['id'], array('title' => 'Convertir en facture magasin')); + return $view->linkPopup($view->image('/images/favicon/favicon.png', '', 16, 16), '/admin/ajaxpopup/devisConvertToStoreOrder/' . $r['id'], array('title' => 'Convertir en facture magasin')); } protected function _actionDone($r, $view) @@ -369,7 +369,7 @@ class DTLC_Form_Devis extends CubeIT_Form_List $this->addElement($reference); $legend = $this->getAdmin() ? 'Coordonnées' : 'Vos coordonnées'; - $this->addDisplayGroup(array('societe', 'prenom', 'nom', 'telephone','fax', 'mobile', 'email', 'reference', 'adresse', 'code_postal', 'ville', 'pays', 'tva_intra'), 'coordonnees', array('legend' => $legend)); + $this->addDisplayGroup(array('societe', 'prenom', 'nom', 'telephone', 'fax', 'mobile', 'email', 'reference', 'adresse', 'code_postal', 'ville', 'pays', 'tva_intra'), 'coordonnees', array('legend' => $legend)); } protected function _setDemandes() -- 2.39.5