mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
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:
@@ -894,4 +894,10 @@ $license_types_array = array(
|
||||
'User'
|
||||
);
|
||||
|
||||
$document_types_array = array(
|
||||
'0'=>'Document',
|
||||
'1'=>'Template',
|
||||
'2'=>'Global Template'
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user