mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2003-06-18 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/druid-hbci-initial.c: Tolerate some banks' failure of the GetSystemId-job. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8642 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
16f2e59ba8
commit
696aef63fc
@ -1,3 +1,8 @@
|
||||
2003-06-18 Christian Stimming <stimming@tuhh.de>
|
||||
|
||||
* src/import-export/hbci/druid-hbci-initial.c: Tolerate some
|
||||
banks' failure of the GetSystemId-job.
|
||||
|
||||
2003-06-17 Chris Lyttle <chris@wilddev.net>
|
||||
|
||||
* src/scm/help-topics-index.scm: add Jon Lapham's patch
|
||||
|
@ -1052,7 +1052,8 @@ on_accountinfo_next (GnomeDruidPage *gnomedruidpage,
|
||||
if (!gnc_hbci_api_execute (info->window, info->api,
|
||||
job, info->interactor)) {
|
||||
/* HBCI_API_executeOutbox failed. */
|
||||
return FALSE;
|
||||
/*return FALSE;*/
|
||||
/* -- it seems to be no problem if this fails ?! */
|
||||
}
|
||||
|
||||
/* Now the GetAccounts job. */
|
||||
|
Loading…
Reference in New Issue
Block a user