현금 영수증팝업 호출 수정

This commit is contained in:
lch 2021-05-11 07:59:36 +00:00
parent 990b79a85f
commit 73d874580c
1 changed files with 2 additions and 2 deletions

View File

@ -117,9 +117,9 @@
{
if (item.iscashrct == 1) /*현금영수증신청*/
{
if (!string.IsNullOrEmpty(item.cshrpgkey) && item.cshrpgkey != "0" ) /*세금계산서신청*/
if (!string.IsNullOrEmpty(item.cshrpgkey) && item.cshrpgkey != "0" ) //현금영수증 승인번호가 있으면 영수증팝업 호출
{
<a href="#" onclick="viewtaxcash('@(item.pgkey)', '@(Helpers.MD5Hash(ViewBag.mid + item.pgkey + ViewBag.mertkey))', '@(item.payno)')">[인쇄]</a>
<a href="#" onclick="viewtaxcash('@(item.payno)')">[인쇄]</a>
}
else
{