Refactor partner dropdowns to utilize authorization permissions across various management pages. Enhance invoice creation in webhooks to include account hierarchy. Add marketing system migration script for transitioning files to database structure.
This commit is contained in:
@@ -103,7 +103,7 @@ echo '
|
||||
<script>
|
||||
var link = "'.$baseurl.'";
|
||||
var DEBUG = '.(debug ? 'true' : 'false').';
|
||||
var port, textEncoder, writableStreamClosed, writer, historyIndex = -1;
|
||||
var historyIndex = -1;
|
||||
const lineHistory = [];
|
||||
</script>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user