More work on IT Documentation

This commit is contained in:
johnnyq
2021-08-21 21:25:11 -04:00
parent 3c322e1f2c
commit 9a82ce4c1f
2 changed files with 178 additions and 6 deletions

View File

@@ -528,7 +528,7 @@ var docDefinition = {
width: '*'
},
{
text: '<?php echo "$invoice_prefix$invoice_number"; ?>',
text: <?php echo json_encode("$invoice_prefix$invoice_number"); ?>,
style: 'invoiceNumber',
width: '*'
},
@@ -586,7 +586,7 @@ var docDefinition = {
style:'invoiceDateTitle',
},
{
text:'<?php echo $invoice_date ?>',
text:<?php echo json_encode($invoice_date); ?>,
style:'invoiceDateValue',
},
],
@@ -597,7 +597,7 @@ var docDefinition = {
style:'invoiceDateTitle',
},
{
text:'<?php echo $invoice_due ?>',
text:<?php echo json_encode($invoice_due); ?>,
style:'invoiceDateValue',
},
],
@@ -913,4 +913,4 @@ var docDefinition = {
columnGap: 20,
}
}
</script>
</script>