1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 00:53:22 -05:00

Downloads GnuCash file(s) to the browser!

This commit is contained in:
Jonathan Rosenbaum 2015-04-06 10:36:28 +00:00
parent 6d636aaff6
commit a1b7d0df0f

View File

@ -401,7 +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) {
$("body").append("<iframe src='" + data + "' style='display: none;' ></iframe>");
});
});
}