파트리스트에서 구매 요청 수량이 보이지 않는 현상 수정
This commit is contained in:
@@ -537,8 +537,6 @@ namespace FEQ0000
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (advInput == true)
|
||||
{
|
||||
if (tbOrderNo.Text.isEmpty() == false && tbProjectIndex.Text != "-1")
|
||||
|
||||
@@ -508,7 +508,7 @@ namespace FEQ0000
|
||||
return false;
|
||||
}
|
||||
|
||||
if (tbSID.TextLength != 9)
|
||||
if (tbSID.TextLength != 9 && tbSID.Text != "신규")
|
||||
{
|
||||
FCOMMON.Util.MsgE("SID(9자리)를 확인 하세요");
|
||||
tbSID.Focus();
|
||||
|
||||
Reference in New Issue
Block a user