Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SAMBUMBA
pasteque-server
Commits
cbbbe884
Commit
cbbbe884
authored
Nov 06, 2016
by
philippepary
Browse files
Fixes
pasteque/pasteque-server#34
parent
0cab25d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/base_stocks/actions/inventory.php
View file @
cbbbe884
...
...
@@ -72,11 +72,11 @@ if ($multilocations) {
echo
\
Pasteque\row
(
\
Pasteque\form_generate
(
\
Pasteque\get_current_url
(),
"post"
,
$content
));
}
unset
(
$content
);
foreach
(
$categories
as
$category
)
{
if
(
isset
(
$prdCat
[
$category
->
id
]))
{
// Category header
echo
\
Pasteque\row
(
\
Pasteque\secondaryTitle
(
$category
->
label
));
unset
(
$content
);
$content
[
0
][
0
]
=
""
;
$content
[
0
][
1
]
=
\
i18n
(
"Product.reference"
);
$content
[
0
][
2
]
=
\
i18n
(
"Product.label"
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment