set default value in discount field
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
require('../.hta_config/conf.php');
|
||||
|
||||
if ($_SERVER["REQUEST_METHOD"] == "POST" && isset($_POST['delete'])) {
|
||||
if (!empty($_POST['customerId']) && !empty($_POST['invoiceId'])) {
|
||||
if (!empty($_POST['customerId'])) {
|
||||
$customerId = $_POST['customerId'];
|
||||
$invoiceId = $_POST['invoiceId'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user