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:
parent
6d636aaff6
commit
a1b7d0df0f
@ -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>");
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user