mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Switched location to use ?? 0 in post for checkbox items that are not checked, this save from creating an extra hidden form field hence cleaner code
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
</div>
|
||||
<form action="post.php" method="post" autocomplete="off">
|
||||
<input type="hidden" name="billable" value="0">
|
||||
<input type="hidden" name="use_primary_contact" value="0">
|
||||
|
||||
<div class="modal-body bg-white">
|
||||
|
||||
<?php if (isset($_GET['client_id'])) { ?>
|
||||
|
||||
Reference in New Issue
Block a user