Changed OrderFiles; name is now dropdown of predefined types; Certain

types send emails
This commit is contained in:
Frank Schubert
2022-06-21 18:58:02 +02:00
parent 43185a914f
commit 26b0a67d09
17 changed files with 263 additions and 194 deletions

View File

@@ -1090,6 +1090,8 @@
<?php if($addJournal): ?>
$('#new-journal-<?=$highlight?>').toggle();
$('#new-journal-<?=$highlight?> textarea[name=text]').focus();
<?php elseif($showDetail): ?>
$('.order-tab a[href="#order-detail-<?=$highlight?>-details"]').tab('show');
<?php endif; ?>
<?php endif; ?>