From b4da3afb1a5436512a84acc2c7573b2a8b0e4b00 Mon Sep 17 00:00:00 2001 From: activdev <activdev> Date: Mon, 30 Jul 2007 09:55:41 +0000 Subject: [PATCH] =?UTF-8?q?Conservation=20des=20param=E8tres=20GET=20de=20?= =?UTF-8?q?filtre=20sur=20les=20boutons=20d'actions=20de=20la=20propale=20?= =?UTF-8?q?en=20mode=20fiche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/propal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php index dcdc095e89f..0b21b16d7f1 100644 --- a/htdocs/compta/propal.php +++ b/htdocs/compta/propal.php @@ -459,12 +459,12 @@ if ($_GET["propalid"] > 0) if ($propal->statut == 2 && $user->rights->facture->creer) { - print '<a class="butAction" href="facture.php?propalid='.$propal->id."&action=create\">".$langs->trans("BuildBill")."</a>"; + print '<a class="butAction" href="facture.php?propalid='.$propal->id."&action=create&socid=$socid&viewstatut=$viewstatut&sortfield=$sortfield&$sortorder\">".$langs->trans("BuildBill")."</a>"; } if ($propal->statut == 2 && sizeof($propal->getInvoiceArrayList())) { - print '<a class="butAction" href="propal.php?propalid='.$propal->id."&action=setstatut&statut=4\">".$langs->trans("ClassifyBilled")."</a>"; + print '<a class="butAction" href="propal.php?propalid='.$propal->id."&action=setstatut&statut=4&socid=$socid&viewstatut=$viewstatut&sortfield=$sortfield&$sortorder\">".$langs->trans("ClassifyBilled")."</a>"; } } print "</div>"; -- GitLab