mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-21 16:38:06 -06:00
oops! fix a nasty bug with reconciled!
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@34 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
550d7db470
commit
4ae388e0dc
@ -606,8 +606,6 @@ regSaveTransaction( RegWindow *regData, int position )
|
||||
float val=0.0; /* must be float for sscanf to work */
|
||||
|
||||
DEBUG("MOD_PRIC");
|
||||
/* ...the price flag ... */
|
||||
trans->reconciled = (XbaeMatrixGetCell(regData->reg,row,PRIC_CELL_C))[0];
|
||||
|
||||
price = XbaeMatrixGetCell(regData->reg,row,PRIC_CELL_C);
|
||||
sscanf( price, "%f", &val );
|
||||
|
Loading…
Reference in New Issue
Block a user