diff --git a/modules/client/front/dms/index/index.html b/modules/client/front/dms/index/index.html index 26a36d086..c1d3444c2 100644 --- a/modules/client/front/dms/index/index.html +++ b/modules/client/front/dms/index/index.html @@ -14,7 +14,8 @@ Id Type - Reference + Order + Reference Description Original File @@ -31,7 +32,12 @@ {{::document.dms.dmsType.name}} - + + + {{::document.dms.hardCopyNumber}} + + + {{::document.dms.reference}} diff --git a/modules/client/front/dms/index/index.js b/modules/client/front/dms/index/index.js index 2a5da4072..ffaf1ee61 100644 --- a/modules/client/front/dms/index/index.js +++ b/modules/client/front/dms/index/index.js @@ -15,8 +15,9 @@ class Controller { scope: { fields: [ 'dmsTypeFk', - 'workerFk', 'reference', + 'hardCopyNumber', + 'workerFk', 'description', 'hasFile', 'file', diff --git a/modules/ticket/front/dms/index/index.html b/modules/ticket/front/dms/index/index.html index 222a14b04..36c091828 100644 --- a/modules/ticket/front/dms/index/index.html +++ b/modules/ticket/front/dms/index/index.html @@ -14,7 +14,8 @@ Id Type - Reference + Order + Reference Description Original File @@ -31,7 +32,12 @@ {{::document.dms.dmsType.name}} - + + + {{::document.dms.hardCopyNumber}} + + + {{::document.dms.reference}} diff --git a/modules/ticket/front/dms/index/index.js b/modules/ticket/front/dms/index/index.js index f2c65be26..d0ee3cc45 100644 --- a/modules/ticket/front/dms/index/index.js +++ b/modules/ticket/front/dms/index/index.js @@ -16,6 +16,7 @@ class Controller { fields: [ 'dmsTypeFk', 'workerFk', + 'hardCopyNumber', 'reference', 'description', 'hasFile',