From 278bbe5d3967bda897c919c8a9b4f84418ba30aa Mon Sep 17 00:00:00 2001 From: lLefevre Date: Thu, 22 Dec 2011 14:22:04 +0000 Subject: [PATCH] [-] BO : #PSTEST-37 : Documents joints - deux boutons redondants --- admin-dev/themes/template/products/form.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin-dev/themes/template/products/form.tpl b/admin-dev/themes/template/products/form.tpl index 0fae487ba..41b54c13d 100644 --- a/admin-dev/themes/template/products/form.tpl +++ b/admin-dev/themes/template/products/form.tpl @@ -197,6 +197,11 @@ $('#desc-product-newCombination').show(); populate_attrs(); } + else if (btn_name == "Attachments") + { + $('#desc-product-save-and-stay').hide(); + $('#desc-product-save').hide(); + } else { $('#desc-product-newCombination').hide();