From 93d93210889ae683c505cd91fb65d6e72d468663 Mon Sep 17 00:00:00 2001 From: Francis Appels Date: Wed, 22 Apr 2015 23:27:09 +0200 Subject: [PATCH] FIX: can show print page after product save Add product id to form action to be able show print page from product card after save. --- htdocs/product/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/card.php b/htdocs/product/card.php index b5f34e20a8d..2525e5c3d7b 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1080,7 +1080,7 @@ else print_fiche_titre($langs->trans('Modify').' '.$type.' : '.(is_object($object->oldcopy)?$object->oldcopy->ref:$object->ref), ""); // Main official, simple, and not duplicated code - print '
'."\n"; + print ''."\n"; print ''; print ''; print '';