Skip to content
Snippets Groups Projects
Commit b302b8ba authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #1519 cond edit_attachments_from_detail

parent 66463066
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ for ($i = 0; $i < count($attachArr); $i ++) { ...@@ -101,7 +101,7 @@ for ($i = 0; $i < count($attachArr); $i ++) {
} }
} }
} }
if (! $viewOnly || (!isset($_SESSION['current_basket']['id']) && $core->test_service('edit_attachments_from_detail', 'attachments', false)) || isset($_SESSION['current_basket']['id'])) { if (! $viewOnly || ($core->test_service('edit_attachments_from_detail', 'attachments', false))) {
$tmp = array( $tmp = array(
'column' => 'modify_item', 'column' => 'modify_item',
'value' => true, 'value' => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment