diff --git a/client/core/src/components/icon-menu/icon-menu.js b/client/core/src/components/icon-menu/icon-menu.js index efde0cfaa..120898150 100644 --- a/client/core/src/components/icon-menu/icon-menu.js +++ b/client/core/src/components/icon-menu/icon-menu.js @@ -26,6 +26,7 @@ export default class IconMenu extends Input { onClick(event) { event.preventDefault(); + if (this.onOpen) this.onOpen(); this.showDropDown(); } @@ -81,7 +82,8 @@ ngModule.component('vnIconMenu', { multiple: ' + on-open="$ctrl.onMoreOpen()"> + + {{sale.quantity}} @@ -85,7 +88,7 @@ ng-if="$ctrl.isEditable" ng-click="$ctrl.showEditPricePopover($event, sale)" pointer - vn-tooltip="Edit Price"> + vn-tooltip="Edit price"> {{sale.price | currency:'€':2}} @@ -185,7 +188,6 @@