Added transfer_id to both payments and expenses tables, updated gitignore to include config.php and files in uploads folder

This commit is contained in:
johnny@pittpc.com
2019-08-05 17:26:07 -04:00
parent 69337ad52f
commit 235ae1c7eb
3 changed files with 12 additions and 3 deletions

View File

@@ -45,12 +45,12 @@
</div>
</div>
<img class="img-fluid" src="<?php echo $config_invoice_logo; ?>">
<div class="form-group mb-5">
<div class="form-group mb-4">
<label>Logo</label>
<input type="file" class="form-control-file" name="file">
</div>
<img class="img-fluid" src="<?php echo $config_invoice_logo; ?>">
<hr>