Fixed regression with logging broke edit license as logging required the client_id to be passed

This commit is contained in:
johnnyq
2023-02-14 15:39:38 -05:00
parent 32743e629d
commit 9e0d8020a8
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
<form action="post.php" method="post" autocomplete="off">
<input type="hidden" name="software_id" value="<?php echo $software_id; ?>">
<input type="hidden" name="login_id" value="<?php echo $login_id; ?>">
<input type="hidden" name="client_id" value="<?php echo $client_id; ?>">
<div class="modal-body bg-white">
<ul class="nav nav-pills nav-justified mb-3">