현금 영수증팝업 호출 수정
This commit is contained in:
parent
990b79a85f
commit
73d874580c
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue