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
a87c867c
Commit
a87c867c
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Translation
parent
8f378b44
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/core/lib/fourn.lib.php
+5
-5
5 additions, 5 deletions
htdocs/core/lib/fourn.lib.php
htdocs/langs/en_US/admin.lang
+2
-0
2 additions, 0 deletions
htdocs/langs/en_US/admin.lang
with
7 additions
and
5 deletions
htdocs/core/lib/fourn.lib.php
+
5
−
5
View file @
a87c867c
...
...
@@ -187,19 +187,19 @@ function supplierorder_admin_prepare_head()
$h
++
;
$head
[
$h
][
0
]
=
DOL_URL_ROOT
.
'/admin/supplierorderdet_extrafields.php'
;
$head
[
$h
][
1
]
=
$langs
->
trans
(
"ExtraFieldsLines"
);
$head
[
$h
][
1
]
=
$langs
->
trans
(
"ExtraFields
SupplierOrders
Lines"
);
$head
[
$h
][
2
]
=
'supplierorderdet'
;
$h
++
;
$head
[
$h
][
0
]
=
DOL_URL_ROOT
.
'/admin/supplierinvoice_extrafields.php'
;
$head
[
$h
][
1
]
=
$langs
->
trans
(
"ExtraFieldsSupplierInvoices"
);
$head
[
$h
][
2
]
=
'supplierinvoice'
;
$h
++
;
$head
[
$h
][
0
]
=
DOL_URL_ROOT
.
'/admin/supplierinvoicedet_extrafields.php'
;
$head
[
$h
][
1
]
=
$langs
->
trans
(
"ExtraFieldsLines"
);
$head
[
$h
][
1
]
=
$langs
->
trans
(
"ExtraFields
SupplierInvoices
Lines"
);
$head
[
$h
][
2
]
=
'supplierinvoicedet'
;
$h
++
;
...
...
This diff is collapsed.
Click to expand it.
htdocs/langs/en_US/admin.lang
+
2
−
0
View file @
a87c867c
...
...
@@ -1041,6 +1041,8 @@ MAIN_PROXY_PASS=Password to use the proxy server
DefineHereComplementaryAttributes=Define here all attributes, not already available by default, and that you want to be supported for %s.
ExtraFields=Complementary attributes
ExtraFieldsLines=Complementary attributes (lines)
ExtraFieldsSupplierOrdersLines=Complementary attributes (order lines)
ExtraFieldsSupplierInvoicesLines=Complementary attributes (invoice lines)
ExtraFieldsThirdParties=Complementary attributes (thirdparty)
ExtraFieldsContacts=Complementary attributes (contact/address)
ExtraFieldsMember=Complementary attributes (member)
...
...
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