diff --git a/e2e/helpers/selectors.js b/e2e/helpers/selectors.js
index 5469c09df..34869cc87 100644
--- a/e2e/helpers/selectors.js
+++ b/e2e/helpers/selectors.js
@@ -359,7 +359,7 @@ export default {
popoverDiaryButton: '.vn-popover.shown vn-item-descriptor vn-icon[icon="icon-transaction"]',
firstSaleQuantity: 'vn-ticket-summary [name="sales"] vn-table > div > vn-tbody > vn-tr > vn-td:nth-child(3)',
firstSaleDiscount: 'vn-ticket-summary [name="sales"] vn-table > div > vn-tbody > vn-tr > vn-td:nth-child(6)',
- invoiceOutRef: 'vn-ticket-summary > vn-card > vn-horizontal > vn-one:nth-child(1) > vn-label-value:nth-child(6) > section > span',
+ invoiceOutRef: 'vn-ticket-summary > vn-card > vn-horizontal > vn-one:nth-child(1) > vn-label-value:nth-child(7) > section > span',
setOk: 'vn-ticket-summary vn-button[label="SET OK"] > button'
},
ticketsIndex: {
diff --git a/modules/ticket/back/methods/ticket/summary.js b/modules/ticket/back/methods/ticket/summary.js
index d1037f251..b0a612bf3 100644
--- a/modules/ticket/back/methods/ticket/summary.js
+++ b/modules/ticket/back/methods/ticket/summary.js
@@ -55,7 +55,7 @@ module.exports = Self => {
{
relation: 'client',
scope: {
- fields: ['salesPersonFk', 'name'],
+ fields: ['salesPersonFk', 'name', 'phone', 'mobile'],
include: {
relation: 'salesPerson',
scope: {
@@ -73,7 +73,7 @@ module.exports = Self => {
{
relation: 'address',
scope: {
- fields: ['street', 'city', 'provinceFk', 'phone'],
+ fields: ['street', 'city', 'provinceFk', 'phone', 'mobile'],
include: {
relation: 'province',
scope: {
diff --git a/modules/ticket/front/summary/index.html b/modules/ticket/front/summary/index.html
index decb01023..be5ff6d92 100644
--- a/modules/ticket/front/summary/index.html
+++ b/modules/ticket/front/summary/index.html
@@ -30,6 +30,13 @@
+
+
+ {{$ctrl.summary.routeFk}}
+
+
@@ -41,22 +48,28 @@
-
-
- {{$ctrl.summary.routeFk}}
-
-
-
+
+
+
+
+
+