diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html index e344edaf..18f60e78 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html +++ b/CoreCms.Net.Web.Admin/wwwroot/views/financial/invoice/index.html @@ -188,7 +188,7 @@ if (data.status === 1) { return ""; } else if (data.status === 2) { - return ""; + return ""; } }