A lot of clean up of code.

This commit is contained in:
Scott Idem
2020-03-06 16:44:19 -05:00
parent 2ddcde1642
commit 666b1fc422
10 changed files with 146 additions and 165 deletions

View File

@@ -1,7 +1,7 @@
//exports.render_event_presentation_records = async function (events) {
async function render_event_presentation_records(events) {
console.log('Rendering event presentation records...');
console.log('****************** Presentations ******************');
console.log('Rendering event presentation records...');
if (looping_tbl_event_presentation) {
console.log('Already looping through the tbl_event_presentation table. Not starting until finished.');