parent
82f5c17753
commit
66316d23e3
|
|
@ -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) /*취소시 일반영수증*/
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue