"계산서 출력 관련

- 미입금자, 계산서 발급자의 경우 계산서/영수증에 계산서 출력"
This commit is contained in:
lch 2021-07-14 00:52:37 +00:00
parent 82f5c17753
commit 66316d23e3
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@
{ {
if (item.iscancel != 1 && item.taxdate2 != null && !string.IsNullOrEmpty(item.mgtkey) && item.statecode >= 300) /*취소 and 발행일 and 세금계산서문서번호 */ if (item.iscancel != 1 && item.taxdate2 != null && !string.IsNullOrEmpty(item.mgtkey) && item.statecode >= 300) /*취소 and 발행일 and 세금계산서문서번호 */
{ {
@Html.Raw("-") <a href="#" onclick="viewtaxinvoice('@(item.payno)')">[인쇄]</a>
} }
else if (item.iscancel == 1) /*취소시 일반영수증*/ else if (item.iscancel == 1) /*취소시 일반영수증*/
{ {