Add "transfert" feature (don't show tansferts into statistics)

Update package.sh
This commit is contained in:
2010-08-21 09:25:35 +02:00
parent 8977c820fc
commit 3802460429
10 changed files with 172 additions and 11 deletions

View File

@@ -356,6 +356,7 @@ void SearchPanel::OnOperationModified(wxGridEvent& event)
cur_op = (*_operations)[row] ;
new_op.id = cur_op.id;
new_op.fix_cost = false;
new_op.transfert = cur_op.transfert;
if (col == DELETE)
{