Started adding delete buttons to edit windows and removing the action column on some tables this will allow for more room to display data

This commit is contained in:
johnny@pittpc.com
2020-03-02 12:31:07 -05:00
parent 47d7515220
commit ed8950a577
26 changed files with 366 additions and 121 deletions

View File

@@ -1595,8 +1595,6 @@ if(isset($_POST['quote_note'])){
}
header("Location: " . $_SERVER["HTTP_REFERER"]);
if(isset($_POST['edit_quote_item'])){
$quote_id = intval($_POST['quote_id']);