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:
Linas Vepstas 1997-11-12 07:08:59 +00:00
parent 550d7db470
commit 4ae388e0dc

View File

@ -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 );