Commit 00e6f015 authored by Andrey Fedorushkov's avatar Andrey Fedorushkov

eeschema: add forgotten major fix in bzr3471

parent b8a2c4e2
...@@ -427,7 +427,7 @@ void DIALOG_BUILD_BOM::CreatePartsList( const wxString& aFullFileName, bool aInc ...@@ -427,7 +427,7 @@ void DIALOG_BUILD_BOM::CreatePartsList( const wxString& aFullFileName, bool aInc
cmplist.RemoveSubComponentsFromList(); cmplist.RemoveSubComponentsFromList();
// sort component list by value // sort component list by value
cmplist.SortByRefAndValue( ); cmplist.SortByValueAndRef( );
PrintComponentsListByPart( f, cmplist, aIncludeSubComponents ); PrintComponentsListByPart( f, cmplist, aIncludeSubComponents );
fclose( f ); fclose( f );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment