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

@@ -16,7 +16,7 @@
</div>
<div class="form-group">
<textarea class="form-control summernote" name="details"><?php echo $document_details; ?></textarea>
<textarea class="form-control summernote" name="content"><?php echo $document_content; ?></textarea>
</div>
</div>