mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8816 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4f38f63d11
commit
433a32769b
@ -582,8 +582,8 @@ gnc_hbci_trans_dialog_enqueue(HBCITransDialog *td, HBCI_API *api,
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
printf("dialog-hbcitrans: Oops, unknown GNC_HBCI_Transtype %d.\n",
|
/*printf("dialog-hbcitrans: Oops, unknown GNC_HBCI_Transtype %d.\n",
|
||||||
trans_type);
|
trans_type);*/
|
||||||
HBCI_OutboxJobTransfer *transfer_job =
|
HBCI_OutboxJobTransfer *transfer_job =
|
||||||
HBCI_OutboxJobTransfer_new (customer, h_acc, td->hbci_trans);
|
HBCI_OutboxJobTransfer_new (customer, h_acc, td->hbci_trans);
|
||||||
job = HBCI_OutboxJobTransfer_OutboxJob (transfer_job);
|
job = HBCI_OutboxJobTransfer_OutboxJob (transfer_job);
|
||||||
|
Loading…
Reference in New Issue
Block a user