diff --git a/BO/Controllers/croomController.cs b/BO/Controllers/croomController.cs
index 7822da4..f39fef3 100644
--- a/BO/Controllers/croomController.cs
+++ b/BO/Controllers/croomController.cs
@@ -998,11 +998,12 @@ namespace NP.BO.Controllers
ht.Add("staxdate", vm.stringval8);
ht.Add("etaxdate", string.IsNullOrEmpty(vm.stringval9) ? null : (vm.stringval9 + " 23:59:59"));
ht.Add("pstatus", vm.stringval10);
- ht.Add("taxnos", vm.stringval11);
ht.Add("ischeck", vm.stringval12);
ht.Add("csdate", vm.stringval13);
ht.Add("cedate", string.IsNullOrEmpty(vm.stringval14) ? null : (vm.stringval14 + " 23:59:59"));
ht.Add("isreceipt", vm.stringval15);
+
+ ht.Add("taxnos", vm.stringval11);
if (!string.IsNullOrEmpty(vm.stringval3))
{
if(vm.stringval3 == "2")
diff --git a/BO/Views/Shared/Partial/ExcelCommentBox.cshtml b/BO/Views/Shared/Partial/ExcelCommentBox.cshtml
index 77ad801..3f0a0f7 100644
--- a/BO/Views/Shared/Partial/ExcelCommentBox.cshtml
+++ b/BO/Views/Shared/Partial/ExcelCommentBox.cshtml
@@ -63,7 +63,7 @@
@**@