Conservation des paramètres GET de filtre sur les boutons d'actions de la propale en mode fiche

This commit is contained in:
activdev 2007-07-30 09:55:41 +00:00
parent 84db975271
commit b4da3afb1a

View File

@ -459,12 +459,12 @@ if ($_GET["propalid"] > 0)
if ($propal->statut == 2 && $user->rights->facture->creer) 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())) 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>"; print "</div>";