mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Adds patrons name to the csv description.
This commit is contained in:
@@ -401,6 +401,7 @@ $(function() {
|
||||
if (gnucash_accounts) {
|
||||
$.each(gnucash_accounts, function(k,v) {
|
||||
$.post("json/transaction.php",{ gnucash_account_type: v, transaction_range: transaction_range}, function(data) {
|
||||
// download file - data is this directory/file
|
||||
$("body").append("<iframe src='" + data + "' style='display: none;' ></iframe>");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user