mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
提出確認書チェッカ:提出確認書の項目が"○"のときとYesのときに両対応。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@231 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
2d41790872
commit
94294b312e
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -118,7 +118,7 @@ System::Boolean readSheet( System::String ^sheetfile, SheetItem ^item )
|
|||||||
}
|
}
|
||||||
|
|
||||||
text = getXPathText( root, "/Sheet/IsUnnecessaryRating" );
|
text = getXPathText( root, "/Sheet/IsUnnecessaryRating" );
|
||||||
if( !System::String::IsNullOrEmpty( text ) && text->Equals( "<EFBFBD>›" ) )
|
if( !System::String::IsNullOrEmpty( text ) && (text->Equals( "<EFBFBD>›" ) || text->Equals( "Yes" )) )
|
||||||
{
|
{
|
||||||
item->IsUnnecessaryRating = true;
|
item->IsUnnecessaryRating = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user