Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodevog committed Oct 8, 2023
1 parent b7b5eb8 commit f0d7d35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions module/LogisticsBundle/Form/Admin/Order/Add.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ public function init()
'attributes' => array(
'options' => $this->createLocationsArray(),
'id' => 'order_review_location',
'<data-help>' => 'If you don\'t see your location as a possible option, put it in the description (be as complete as possible).',
),
)
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<tr class="{% if map['mapped'] > 0 %}success{% endif %} {{ unit }} {{ category }} hide">
<td>{{ map['article'].getName() }}</td>
<td class="hidden-xs">{{ map['article'].getStatus() }}</td>
<td class="hidden-xs">{{ available }}</td>
<td class="hidden-xs">{{ available }}/{{ map['article'].getAmountOwned() }}</td>
<td class="hidden-xs">
{% if map['article'].getAdditionalInfo()|length > 1 %}
<a rel="popover" data-original-title="{{ translate('Comments') }}" data-content="
Expand Down

0 comments on commit f0d7d35

Please sign in to comment.