mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Propgate bi-weekly ui-frequency in transition from "schedule transaction" dialog to "Advanced..." (Scheduled Transaction Editor).
2006-01-18 Joshua Sled <jsled@asynchronous.org> * src/gnome/dialog-sx-from-trans.c (sxftd_update_fs): Propgate bi-weekly ui-frequency in transition from "schedule transaction" dialog to "Advanced..." (Scheduled Transaction Editor). Patch from Robert Zaleski <rzaleski81@yahoo.com>. <http://bugzilla.gnome.org/show_bug.cgi?id=327547>. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12841 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d9a99b743f
commit
fefb86c6c5
@ -1,3 +1,11 @@
|
||||
2006-01-18 Joshua Sled <jsled@asynchronous.org>
|
||||
|
||||
* src/gnome/dialog-sx-from-trans.c (sxftd_update_fs): Propgate
|
||||
bi-weekly ui-frequency in transition from "schedule transaction"
|
||||
dialog to "Advanced..." (Scheduled Transaction Editor).
|
||||
Patch from Robert Zaleski <rzaleski81@yahoo.com>.
|
||||
<http://bugzilla.gnome.org/show_bug.cgi?id=327547>.
|
||||
|
||||
2006-01-18 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/bin/Makefile.am: Fix some srcdir/builddir issues
|
||||
|
@ -317,7 +317,7 @@ sxftd_update_fs( SXFromTransInfo *sxfti, GDate *date, FreqSpec *fs )
|
||||
tmpfs = xaccFreqSpecMalloc( gnc_get_current_book() );
|
||||
xaccFreqSpecSetComposite( fs );
|
||||
xaccFreqSpecSetWeekly( tmpfs, date, 2 );
|
||||
xaccFreqSpecSetUIType( fs, UIFREQ_WEEKLY );
|
||||
xaccFreqSpecSetUIType( fs, UIFREQ_BI_WEEKLY );
|
||||
xaccFreqSpecCompositeAdd( fs, tmpfs );
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user