mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Hide Archived dropdowns when adding adding a new item, except when you are editing an item from before the archived date, Do not allow archiving account until balance is 0.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php include("guest_header.php"); ?>
|
||||
|
||||
<?php
|
||||
|
||||
include("guest_header.php");
|
||||
|
||||
if(isset($_GET['quote_id'], $_GET['url_key'])){
|
||||
|
||||
$url_key = mysqli_real_escape_string($mysqli,$_GET['url_key']);
|
||||
|
||||
Reference in New Issue
Block a user