Skip to content
Snippets Groups Projects
Commit 50b81173 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Corrections URL

parent 81e7950d
No related branches found
No related tags found
No related merge requests found
...@@ -99,19 +99,19 @@ if ($resql) ...@@ -99,19 +99,19 @@ if ($resql)
$title = $langs->trans("ListOfOrders"); $title = $langs->trans("ListOfOrders");
} }
// Si page des commandes facturer // Si page des commandes facturer
$link=DOL_URL_ROOT."/compta/commande.php"; $link=DOL_URL_ROOT."/compta/commande/fiche.php";
$title.=" - ".$langs->trans("StatusOrderToBill"); $title.=" - ".$langs->trans("StatusOrderToBill");
$num = $db->num_rows($resql); $num = $db->num_rows($resql);
print_barre_liste($title, $_GET["page"], "listecommande.php","&socidp=$socidp",$sortfield,$sortorder,'',$num); print_barre_liste($title, $_GET["page"], "liste.php","&socidp=$socidp",$sortfield,$sortorder,'',$num);
$i = 0; $i = 0;
print '<table class="noborder" width="100%">'; print '<table class="noborder" width="100%">';
print '<tr class="liste_titre">'; print '<tr class="liste_titre">';
print_liste_field_titre($langs->trans("Ref"),"listecommande.php","c.ref","","&amp;socidp=$socidp",'width="15%"',$sortfield); print_liste_field_titre($langs->trans("Ref"),"liste.php","c.ref","","&amp;socidp=$socidp",'width="15%"',$sortfield);
print_liste_field_titre($langs->trans("Company"),"listecommande.php","s.nom","","&amp;socidp=$socidp",'width="30%"',$sortfield); print_liste_field_titre($langs->trans("Company"),"liste.php","s.nom","","&amp;socidp=$socidp",'width="30%"',$sortfield);
print_liste_field_titre($langs->trans("Date"),"listecommande.php","c.date_commande","","&amp;socidp=$socidp", 'width="25%" align="right" colspan="2"',$sortfield); print_liste_field_titre($langs->trans("Date"),"liste.php","c.date_commande","","&amp;socidp=$socidp", 'width="25%" align="right" colspan="2"',$sortfield);
print_liste_field_titre($langs->trans("Status"),"listecommande.php","c.fk_statut","","&amp;socidp=$socidp",'width="10%" align="center"',$sortfield); print_liste_field_titre($langs->trans("Status"),"liste.php","c.fk_statut","","&amp;socidp=$socidp",'width="10%" align="center"',$sortfield);
print "</tr>\n"; print "</tr>\n";
$var=True; $var=True;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment