diff --git a/ayanova/src/components/work-order-item-labors.vue b/ayanova/src/components/work-order-item-labors.vue index bccfcb08..59cd4ee6 100644 --- a/ayanova/src/components/work-order-item-labors.vue +++ b/ayanova/src/components/work-order-item-labors.vue @@ -939,7 +939,7 @@ export default { this.pvm.languageName, this.pvm.currencyName ), - serviceDetails: window.$gz.util.truncateString(x.serviceDetails, 100) + serviceDetails: window.$gz.util.truncateString(x.serviceDetails, 50) }; }); },