Adds patrons name to the csv description.

This commit is contained in:
Jonathan Rosenbaum
2015-04-07 05:55:32 +00:00
parent a1b7d0df0f
commit 80d85c9dcd
2 changed files with 15 additions and 17 deletions
+1
View File
@@ -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>");
});
});