mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Updated the way quotes get incremented using settings next number with prefix instead of just adding 1 to the latest quote
This commit is contained in:
@@ -47,6 +47,14 @@
|
||||
Invoice
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-quote.php") { echo "active"; } ?>"
|
||||
href="settings-quote.php">
|
||||
<i class="fa fa-fw fa-2x fa-file"></i><br>
|
||||
Quote
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="nav-link <?php if(basename($_SERVER["REQUEST_URI"]) == "settings-backup.php") { echo "active"; } ?>"
|
||||
|
||||
Reference in New Issue
Block a user