diff --git a/client/src/modules/stock/lots/registry.service.js b/client/src/modules/stock/lots/registry.service.js index 1129a3e13a..a7c8a8fe5c 100644 --- a/client/src/modules/stock/lots/registry.service.js +++ b/client/src/modules/stock/lots/registry.service.js @@ -92,61 +92,6 @@ function LotsRegistryService(uiGridConstants, Session) { cellClass : 'text-right', headerCellFilter : 'translate', }, { - field : 'avg_consumption', - displayName : 'STOCK.CMM', - headerTooltip : 'STOCK.CMM', - cellClass : 'text-right', - headerCellFilter : 'translate', - type : 'number', - }, { - field : 'S_MONTH', - displayName : 'STOCK.MSD', - headerTooltip : 'STOCK.MSD', - cellClass : 'text-right', - headerCellFilter : 'translate', - type : 'number', - }, { - field : 'lifetime', - displayName : 'STOCK.LIFETIME', - headerTooltip : 'STOCK.LIFETIME', - headerCellFilter : 'translate', - cellClass : 'text-right', - cellTemplate : 'modules/stock/lots/templates/lifetime.cell.html', - type : 'number', - sort : { - direction : uiGridConstants.ASC, - priority : 2, - }, - }, { - field : 'S_LOT_LIFETIME', - displayName : 'STOCK.LOT_LIFETIME', - headerTooltip : 'STOCK.LOT_LIFETIME', - headerCellFilter : 'translate', - cellTemplate : 'modules/stock/lots/templates/lot_lifetime.cell.html', - cellClass : 'text-right', - type : 'number', - }, { - field : 'S_RISK', - displayName : 'STOCK.RISK', - headerTooltip : 'STOCK.RISK', - headerCellFilter : 'translate', - cellTemplate : 'modules/stock/lots/templates/risk.cell.html', - cellClass : 'text-right', - type : 'number', - sort : { - direction : uiGridConstants.DESC, - priority : 3, - }, - }, - { - field : 'S_RISK_QUANTITY', - displayName : 'STOCK.RISK_QUANTITY', - headerTooltip : 'STOCK.RISK_QUANTITY', - headerCellFilter : 'translate', - cellTemplate : 'modules/stock/lots/templates/risk_quantity.cell.html', - type : 'number', - }, - { field : 'tagNames', displayName : 'TAG.LABEL', headerTooltip : 'TAG.LABEL',