mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
More work on IT Documentation
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user