Fix a bug (d\'ont check date for auto completion)
This commit is contained in:
parent
557037f397
commit
8c5fab48f2
|
@ -728,7 +728,7 @@ void GridAccount::OnOperationModified(wxGridEvent& event)
|
|||
op_complete--;
|
||||
}
|
||||
|
||||
if (col == DESCRIPTION &&
|
||||
if (col == DESCRIPTION && GetCellValue(row, OP_DATE).Length() &&
|
||||
(!GetCellValue(row, CATEGORY).Length() ||
|
||||
!GetCellValue(row, ACCOUNT).Length() ||
|
||||
!_canAddOperation))
|
||||
|
|
Loading…
Reference in New Issue
Block a user