DB Update, reworked upcoming tagging feature in SQL, Added Province and Postal Code to address labels, changed the field document_details to document_content in SQL

This commit is contained in:
johnnyq
2021-11-08 18:07:36 -05:00
parent 50cd239cd4
commit 6c80fa177d
15 changed files with 137 additions and 102 deletions

View File

@@ -8,7 +8,7 @@
</button>
</div>
<div class="modal-body bg-white">
<?php echo $document_details; ?>
<?php echo $document_content; ?>
</div>
</div>
</div>