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
606a3f99
Commit
606a3f99
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/3.4' into 3.5
parents
e3041f45
45d57b04
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
htdocs/core/modules/action/rapport.pdf.php
+1
-0
1 addition, 0 deletions
htdocs/core/modules/action/rapport.pdf.php
htdocs/langs/fr_FR/bills.lang
+1
-1
1 addition, 1 deletion
htdocs/langs/fr_FR/bills.lang
with
2 additions
and
1 deletion
htdocs/core/modules/action/rapport.pdf.php
+
1
−
0
View file @
606a3f99
...
@@ -182,6 +182,7 @@ class CommActionRapport
...
@@ -182,6 +182,7 @@ class CommActionRapport
$sql
.
=
" WHERE c.id=a.fk_action AND a.fk_user_author = u.rowid"
;
$sql
.
=
" WHERE c.id=a.fk_action AND a.fk_user_author = u.rowid"
;
$sql
.
=
" AND a.datep BETWEEN '"
.
$this
->
db
->
idate
(
dol_get_first_day
(
$this
->
year
,
$this
->
month
,
false
))
.
"'"
;
$sql
.
=
" AND a.datep BETWEEN '"
.
$this
->
db
->
idate
(
dol_get_first_day
(
$this
->
year
,
$this
->
month
,
false
))
.
"'"
;
$sql
.
=
" AND '"
.
$this
->
db
->
idate
(
dol_get_last_day
(
$this
->
year
,
$this
->
month
,
false
))
.
"'"
;
$sql
.
=
" AND '"
.
$this
->
db
->
idate
(
dol_get_last_day
(
$this
->
year
,
$this
->
month
,
false
))
.
"'"
;
$sql
.
=
" AND a.entity = "
.
$conf
->
entity
;
$sql
.
=
" ORDER BY a.datep DESC"
;
$sql
.
=
" ORDER BY a.datep DESC"
;
dol_syslog
(
get_class
(
$this
)
.
"::_page sql="
.
$sql
);
dol_syslog
(
get_class
(
$this
)
.
"::_page sql="
.
$sql
);
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/fr_FR/bills.lang
+
1
−
1
View file @
606a3f99
...
@@ -255,7 +255,7 @@ CreditNotes=Avoirs
...
@@ -255,7 +255,7 @@ CreditNotes=Avoirs
Deposit=Acompte
Deposit=Acompte
Deposits=Acomptes
Deposits=Acomptes
DiscountFromCreditNote=Remise issue de l'avoir %s
DiscountFromCreditNote=Remise issue de l'avoir %s
DiscountFromDeposit=Paiement
s
issu
e
de l'acompte %s
DiscountFromDeposit=Paiement issu de l'acompte %s
AbsoluteDiscountUse=Ce type de crédit ne peut s'utiliser que sur une facture non validée
AbsoluteDiscountUse=Ce type de crédit ne peut s'utiliser que sur une facture non validée
CreditNoteDepositUse=La facture doit être validée pour pouvoir utiliser ce type de crédit
CreditNoteDepositUse=La facture doit être validée pour pouvoir utiliser ce type de crédit
NewGlobalDiscount=Nouvelle ligne de déduction
NewGlobalDiscount=Nouvelle ligne de déduction
...
...
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