From 4d4a983d820edb4a97d0804d059d88e0137a77dc Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 25 Nov 2014 22:56:55 +0100 Subject: [PATCH] =?UTF-8?q?Task=20#986=20-=20Mise=20=C3=A0=20jour=20automa?= =?UTF-8?q?tique=20du=20field=20B=C3=A9n=C3=A9ficiaire=20lorsqu'un=20monta?= =?UTF-8?q?nt=20est=20lettr=C3=A9=20dans=20Import=20Banque=20&=20Tr=C3=A9s?= =?UTF-8?q?orerie=20Update=20fields=20supplier=20or=20customer=20with=20th?= =?UTF-8?q?e=20person=20who=20makes=20the=20payment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/search.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/search.inc.php b/include/search.inc.php index 66c812335..8427b4310 100644 --- a/include/search.inc.php +++ b/include/search.inc.php @@ -62,7 +62,7 @@ if ($base == 'recherche.php' || $base == 'do.php') $callback=""; echo HtmlInput::title_box(_('Recherche'), $div); echo '
'; - echo HtmlInput::get_to_hidden(array('ctlc','ledger')); + echo HtmlInput::get_to_hidden(array('ctlc','ledger','target')); $inside=true; }