From 5108816ce2a1f576c2ec9c848e6534a494d3d758 Mon Sep 17 00:00:00 2001 From: lucy21 Date: Wed, 4 Jan 2017 21:20:02 +0100 Subject: [PATCH] Update report_voucher.js --- SampleApps/report_voucher.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SampleApps/report_voucher.js b/SampleApps/report_voucher.js index c13953f..a8ec56a 100644 --- a/SampleApps/report_voucher.js +++ b/SampleApps/report_voucher.js @@ -180,7 +180,9 @@ function createReport(report, docNumber) { tableRow = table.addRow(); tableRow.addCell("Description", "styleTitle alignRight", 1); - //tableRow.addCell(param.description, "", 1); + + var textDescription = Banana.Ui.getText('Description', 'Insert some text',''); + tableRow.addCell(textDescription, "", 1);//tableRow.addCell(textdescription, "", 1); tableRow.addCell(" ", "", 1); report.addParagraph(" ", "bordersLeftRight");