mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Returns directory and filename for GnuCash csv
This commit is contained in:
+3
-1
@@ -400,7 +400,9 @@ $(function() {
|
||||
// send values for processing individual csv files for each selected account type
|
||||
if (gnucash_accounts) {
|
||||
$.each(gnucash_accounts, function(k,v) {
|
||||
$.post("json/transaction.php",{ gnucash_account_type: v, transaction_range: transaction_range});
|
||||
$.post("json/transaction.php",{ gnucash_account_type: v, transaction_range: transaction_range}, function(data) {
|
||||
|
||||
});
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user