Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
50b81173
Commit
50b81173
authored
Apr 14, 2005
by
Rodolphe Quiedeville
Browse files
Options
Downloads
Patches
Plain Diff
Corrections URL
parent
81e7950d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/compta/commande/liste.php
+6
-6
6 additions, 6 deletions
htdocs/compta/commande/liste.php
with
6 additions
and
6 deletions
htdocs/compta/commande/liste.php
+
6
−
6
View file @
50b81173
...
@@ -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"
],
"liste
commande
.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"
),
"liste
commande
.php"
,
"c.ref"
,
""
,
"&socidp=
$socidp
"
,
'width="15%"'
,
$sortfield
);
print_liste_field_titre
(
$langs
->
trans
(
"Ref"
),
"liste.php"
,
"c.ref"
,
""
,
"&socidp=
$socidp
"
,
'width="15%"'
,
$sortfield
);
print_liste_field_titre
(
$langs
->
trans
(
"Company"
),
"liste
commande
.php"
,
"s.nom"
,
""
,
"&socidp=
$socidp
"
,
'width="30%"'
,
$sortfield
);
print_liste_field_titre
(
$langs
->
trans
(
"Company"
),
"liste.php"
,
"s.nom"
,
""
,
"&socidp=
$socidp
"
,
'width="30%"'
,
$sortfield
);
print_liste_field_titre
(
$langs
->
trans
(
"Date"
),
"liste
commande
.php"
,
"c.date_commande"
,
""
,
"&socidp=
$socidp
"
,
'width="25%" align="right" colspan="2"'
,
$sortfield
);
print_liste_field_titre
(
$langs
->
trans
(
"Date"
),
"liste.php"
,
"c.date_commande"
,
""
,
"&socidp=
$socidp
"
,
'width="25%" align="right" colspan="2"'
,
$sortfield
);
print_liste_field_titre
(
$langs
->
trans
(
"Status"
),
"liste
commande
.php"
,
"c.fk_statut"
,
""
,
"&socidp=
$socidp
"
,
'width="10%" align="center"'
,
$sortfield
);
print_liste_field_titre
(
$langs
->
trans
(
"Status"
),
"liste.php"
,
"c.fk_statut"
,
""
,
"&socidp=
$socidp
"
,
'width="10%" align="center"'
,
$sortfield
);
print
"</tr>
\n
"
;
print
"</tr>
\n
"
;
$var
=
True
;
$var
=
True
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment