파트리스트에서 구매 요청 수량이 보이지 않는 현상 수정

This commit is contained in:
chi
2023-08-28 08:55:12 +09:00
parent 80613d1095
commit aff898194b
7 changed files with 149 additions and 161 deletions

View File

@@ -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();