Add "transfert" feature (don't show tansferts into statistics)
Update package.sh
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user