mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
More tidying up, added category to invoices, invoice delete now deletes invoice, pyaments, history and items associated with invoice. Exclude Cancelled invoice under dashboard income recieveables
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
<select class="form-control" name="vendor" required>
|
||||
<?php
|
||||
|
||||
$sql2 = mysqli_query($mysqli,"SELECT * FROM vendors");
|
||||
$sql2 = mysqli_query($mysqli,"SELECT * FROM vendors WHERE client_id = 0 ORDER BY vendor_name ASC");
|
||||
while($row = mysqli_fetch_array($sql2)){
|
||||
$vendor_id2 = $row['vendor_id'];
|
||||
$vendor_name = $row['vendor_name'];
|
||||
|
||||
Reference in New Issue
Block a user