mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* fix call to pgend_trans_rollback_edit()
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7324 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
37be0a14be
commit
402a1187c1
@ -1,6 +1,8 @@
|
|||||||
2002-10-16 Derek Atkins <derek@ihtfp.com>
|
2002-10-16 Derek Atkins <derek@ihtfp.com>
|
||||||
* add more debugging to new PostgresBackend functions
|
* add more debugging to new PostgresBackend functions
|
||||||
|
|
||||||
|
* fix call to pgend_trans_rollback_edit()
|
||||||
|
|
||||||
2002-10-15 Derek Atkins <derek@ihtfp.com>
|
2002-10-15 Derek Atkins <derek@ihtfp.com>
|
||||||
* Christian Krause's dialog-utils patch for style
|
* Christian Krause's dialog-utils patch for style
|
||||||
|
|
||||||
|
@ -1677,7 +1677,7 @@ pgend_do_rollback (Backend *bend, GNCIdTypeConst type, gpointer object)
|
|||||||
|
|
||||||
if (!safe_strcmp (type, GNC_ID_TRANS)) {
|
if (!safe_strcmp (type, GNC_ID_TRANS)) {
|
||||||
Transaction *txn = (Transaction*) object;
|
Transaction *txn = (Transaction*) object;
|
||||||
return pgend_trans_rollback_edit (bend, txn, txn->orig);
|
return pgend_trans_rollback_edit (bend, txn);
|
||||||
}
|
}
|
||||||
|
|
||||||
case MODE_SINGLE_UPDATE:
|
case MODE_SINGLE_UPDATE:
|
||||||
|
Loading…
Reference in New Issue
Block a user