diff --git a/static/src/app/services/pos_store.js b/static/src/app/services/pos_store.js index c0af2b6..224e296 100644 --- a/static/src/app/services/pos_store.js +++ b/static/src/app/services/pos_store.js @@ -44,7 +44,7 @@ patch(PosStore.prototype, { noteParts.push(customerNote); } if (c.note) { - noteParts.push(c.note); + noteParts.push(this.getStrNotes(c.note)); } return { name: c.name,