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
300cfd22
Commit
300cfd22
authored
9 years ago
by
Marcos García de La Fuente
Browse files
Options
Downloads
Patches
Plain Diff
FIX Close bug #2891 Category hooks do not work
parent
f9d85973
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+1
-0
1 addition, 0 deletions
ChangeLog
htdocs/categories/edit.php
+3
-0
3 additions, 0 deletions
htdocs/categories/edit.php
htdocs/categories/fiche.php
+3
-0
3 additions, 0 deletions
htdocs/categories/fiche.php
htdocs/categories/viewcat.php
+3
-0
3 additions, 0 deletions
htdocs/categories/viewcat.php
with
10 additions
and
0 deletions
ChangeLog
+
1
−
0
View file @
300cfd22
...
...
@@ -37,6 +37,7 @@ English Dolibarr ChangeLog
- Fix: [ bug #2545 ] Missing object_margin.png in Amarok theme
- Fix: [ bug #2542 ] Contracts store localtax preferences
- Fix: Bad permission assignments for stock movements actions
- Fix: [ bug #2891 ] Category hooks do not work
***** ChangeLog for 3.6.2 compared to 3.6.1 *****
- Fix: fix ErrorBadValueForParamNotAString error message in price customer multiprice.
...
...
This diff is collapsed.
Click to expand it.
htdocs/categories/edit.php
+
3
−
0
View file @
300cfd22
...
...
@@ -56,6 +56,9 @@ $object = new Categorie($db);
$extrafields
=
new
ExtraFields
(
$db
);
$extralabels
=
$extrafields
->
fetch_name_optionals_label
(
$object
->
table_element
);
// Initialize technical object to manage hooks. Note that conf->hooks_modules contains array array
$hookmanager
->
initHooks
(
array
(
'categorycard'
));
/*
* Actions
*/
...
...
This diff is collapsed.
Click to expand it.
htdocs/categories/fiche.php
+
3
−
0
View file @
300cfd22
...
...
@@ -64,6 +64,9 @@ $object = new Categorie($db);
$extrafields
=
new
ExtraFields
(
$db
);
$extralabels
=
$extrafields
->
fetch_name_optionals_label
(
$object
->
table_element
);
// Initialize technical object to manage hooks. Note that conf->hooks_modules contains array array
$hookmanager
->
initHooks
(
array
(
'categorycard'
));
/*
* Actions
*/
...
...
This diff is collapsed.
Click to expand it.
htdocs/categories/viewcat.php
+
3
−
0
View file @
300cfd22
...
...
@@ -63,6 +63,9 @@ $type=$object->type;
$extrafields
=
new
ExtraFields
(
$db
);
$extralabels
=
$extrafields
->
fetch_name_optionals_label
(
$object
->
table_element
);
// Initialize technical object to manage hooks. Note that conf->hooks_modules contains array array
$hookmanager
->
initHooks
(
array
(
'categorycard'
));
/*
* Actions
*/
...
...
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