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:
johnny@pittpc.com
2019-08-12 13:19:15 -04:00
parent 4427c7ab49
commit 2eeef5b218
6 changed files with 167 additions and 112 deletions

View File

@@ -72,12 +72,7 @@
<label>Invoice Footer</label>
<textarea class="form-control" rows="4" name="config_invoice_footer"><?php echo $config_invoice_footer; ?></textarea>
</div>
<div class="form-group mb-5">
<label>Quote Footer</label>
<textarea class="form-control" rows="4" name="config_quote_footer"><?php echo $config_quote_footer; ?></textarea>
</div>
<hr>
<button type="submit" name="edit_invoice_settings" class="btn btn-primary">Save</button>