# HG changeset patch # User Fadi Abbud # Date 1558622968 -7200 # Node ID 7bbab09cdf71784a3b8845d10f7999cf48ab7711 # Parent 075757ca8fce8199ddf5f4254207b9112ec16945 client: pdf-template:(minor) add missing parameter diff -r 075757ca8fce -r 7bbab09cdf71 client/src/lib/mixins.js --- a/client/src/lib/mixins.js Thu May 23 16:40:15 2019 +0200 +++ b/client/src/lib/mixins.js Thu May 23 16:49:28 2019 +0200 @@ -131,7 +131,7 @@ image.src = "/img/gemma-logo-for-pdf.png"; } } - this.pdf.doc.addImage(image, x, y, width, height); + this.pdf.doc.addImage(image, format, x, y, width, height); }, // add text at specific coordinates with a background box addBox(position, offset, width, height, rounding, color, brcolor) {