Merged table Document and Document Template and just added a new field to differentiate, can save a document as a template now more to come, also added folder selection not quite ready yet

This commit is contained in:
johnnyq
2022-02-20 17:02:48 -05:00
parent bb5abba882
commit e6167ffaa3
6 changed files with 85 additions and 28 deletions

View File

@@ -894,4 +894,10 @@ $license_types_array = array(
'User'
);
$document_types_array = array(
'0'=>'Document',
'1'=>'Template',
'2'=>'Global Template'
);
?>