This commit is contained in:
@@ -765,7 +765,10 @@ export default {
|
||||
this.pvm.languageName,
|
||||
this.pvm.hour12
|
||||
),
|
||||
notes: window.$gz.util.truncateString(x.notes, 50),
|
||||
notes: window.$gz.util.truncateString(
|
||||
x.notes,
|
||||
this.pvm.maxTableNotesLength
|
||||
),
|
||||
|
||||
cost: window.$gz.locale.currencyLocalized(
|
||||
x.cost,
|
||||
|
||||
Reference in New Issue
Block a user