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
b016b1ca
Commit
b016b1ca
authored
7 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo
parent
ceeb9d7f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
htdocs/langs/en_US/accountancy.lang
+1
-1
1 addition, 1 deletion
htdocs/langs/en_US/accountancy.lang
htdocs/langs/en_US/main.lang
+2
-1
2 additions, 1 deletion
htdocs/langs/en_US/main.lang
htdocs/modulebuilder/template/myobject_list.php
+6
-6
6 additions, 6 deletions
htdocs/modulebuilder/template/myobject_list.php
with
9 additions
and
8 deletions
htdocs/langs/en_US/accountancy.lang
+
1
−
1
View file @
b016b1ca
...
...
@@ -103,7 +103,7 @@ LineOfExpenseReport=Line of expense report
NoAccountSelected=No accounting account selected
VentilatedinAccount=Binded successfully to the accounting account
NotVentilatedinAccount=Not bound to the accounting account
XLineSuccessfullyBinded=%s products/services successfuly bound to an accounting account
XLineSuccessfullyBinded=%s products/services successful
l
y bound to an accounting account
XLineFailedToBeBinded=%s products/services were not bound to any accounting account
ACCOUNTING_LIMIT_LIST_VENTILATION=Number of elements to bind shown by page (maximum recommended : 50)
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/main.lang
+
2
−
1
View file @
b016b1ca
...
...
@@ -75,7 +75,8 @@ FileRenamed=The file was successfully renamed
FileGenerated=The file was successfully generated
FileSaved=The file was successfully saved
FileUploaded=The file was successfully uploaded
FileTransferComplete=File(s) was uploaded successfuly
FileTransferComplete=File(s) was uploaded successfully
FilesDeleted=File(s) successfully deleted
FileWasNotUploaded=A file is selected for attachment but was not yet uploaded. Click on "Attach file" for this.
NbOfEntries=Nb of entries
GoToWikiHelpPage=Read online help (Internet access needed)
...
...
This diff is collapsed.
Click to expand it.
htdocs/modulebuilder/template/myobject_list.php
+
6
−
6
View file @
b016b1ca
...
...
@@ -174,11 +174,11 @@ if (empty($reshook))
}
// Mass actions
$objectclass
=
'
Skeleton
'
;
$objectlabel
=
'
Skeleton
'
;
$permtoread
=
$user
->
rights
->
skeleton
->
read
;
$permtodelete
=
$user
->
rights
->
skeleton
->
delete
;
$uploaddir
=
$conf
->
skeleton
->
dir_output
;
$objectclass
=
'
MyModule
'
;
$objectlabel
=
'
MyModule
'
;
$permtoread
=
$user
->
rights
->
mymodule
->
read
;
$permtodelete
=
$user
->
rights
->
mymodule
->
delete
;
$uploaddir
=
$conf
->
mymodule
->
dir_output
;
include
DOL_DOCUMENT_ROOT
.
'/core/actions_massactions.inc.php'
;
}
...
...
@@ -290,7 +290,7 @@ if (! empty($contextpage) && $contextpage != $_SERVER["PHP_SELF"]) $param.='&con
if
(
$limit
>
0
&&
$limit
!=
$conf
->
liste_limit
)
$param
.
=
'&limit='
.
$limit
;
if
(
$search_field1
!=
''
)
$param
.
=
'&search_field1='
.
urlencode
(
$search_field1
);
if
(
$search_field2
!=
''
)
$param
.
=
'&search_field2='
.
urlencode
(
$search_field2
);
if
(
$optioncss
!=
''
)
$param
.
=
'&optioncss='
.
$optioncss
;
if
(
$optioncss
!=
''
)
$param
.
=
'&optioncss='
.
$optioncss
;
// Add $param from extra fields
foreach
(
$search_array_options
as
$key
=>
$val
)
{
...
...
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