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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
aec39767
Commit
aec39767
authored
9 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix set ref
parent
302b61c5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/compta/paiement/cheque/card.php
+5
-3
5 additions, 3 deletions
htdocs/compta/paiement/cheque/card.php
htdocs/langs/en_US/main.lang
+1
-0
1 addition, 0 deletions
htdocs/langs/en_US/main.lang
with
6 additions
and
3 deletions
htdocs/compta/paiement/cheque/card.php
+
5
−
3
View file @
aec39767
...
...
@@ -577,6 +577,7 @@ else
print
'</tr>'
;
// External ref
/* Ext ref are not visible field on standard usage
print '<tr><td>';
print '<table class="nobordernopadding" width="100%"><tr><td>';
...
...
@@ -601,7 +602,8 @@ else
print '</td>';
print '</tr>';
*/
print
'<tr><td>'
.
$langs
->
trans
(
'Account'
)
.
'</td><td colspan="2">'
;
print
$accountstatic
->
getNomUrl
(
1
);
print
'</td></tr>'
;
...
...
@@ -622,7 +624,7 @@ else
print
'</table><br>'
;
// List
e des
cheques
// List
of
cheques
$sql
=
"SELECT b.rowid, b.amount, b.num_chq, b.emetteur,"
;
$sql
.
=
" b.dateo as date, b.datec as datec, b.banque,"
;
$sql
.
=
" p.rowid as pid, ba.rowid as bid, p.statut"
;
...
...
@@ -632,7 +634,7 @@ else
$sql
.
=
" WHERE ba.entity IN ("
.
getEntity
(
'bank_account'
,
1
)
.
")"
;
$sql
.
=
" AND b.fk_type= 'CHQ'"
;
$sql
.
=
" AND b.fk_bordereau = "
.
$object
->
id
;
$sql
.
=
" ORDER BY
$sortfield
$sortorder
"
;
$sql
.
=
$db
->
order
(
$sortfield
,
$sortorder
)
;
$resql
=
$db
->
query
(
$sql
);
if
(
$resql
)
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/main.lang
+
1
−
0
View file @
aec39767
...
...
@@ -746,3 +746,4 @@ ShortFriday=F
ShortSaturday=S
ShortSunday=S
SelectMailModel=Select email template
SetRef=Set ref
\ No newline at end of file
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