diff --git a/FO/Views/My/Document.cshtml b/FO/Views/My/Document.cshtml
index 398ba9e..6c0ad8f 100644
--- a/FO/Views/My/Document.cshtml
+++ b/FO/Views/My/Document.cshtml
@@ -191,7 +191,7 @@
{
if (item.iscancel != 1 && item.taxdate2 != null && !string.IsNullOrEmpty(item.mgtkey) && item.statecode >= 300) /*취소 and 발행일 and 세금계산서문서번호 */
{
- @Html.Raw("-")
+ [인쇄]
}
else if (item.iscancel == 1) /*취소시 일반영수증*/
{