Added reference fields

This commit is contained in:
root
2019-04-27 12:36:39 -04:00
parent ee7a7f0ad7
commit 653d16246f
5 changed files with 19 additions and 3 deletions

View File

@@ -37,6 +37,7 @@
$expense_amount = $row['expense_amount'];
$expense_description = $row['expense_description'];
$expense_receipt = $row['expense_receipt'];
$expense_reference = $row['expense_reference'];
$vendor_id = $row['vendor_id'];
$vendor_name = $row['vendor_name'];
$category_id = $row['category_id'];