diff --git a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml
index 9d8313be9..cbe34e474 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml
@@ -1024,6 +1024,7 @@
+
diff --git a/src_jbo/jbo/app/tenwa/customer/DISTRIBUTOR_INFO.java b/src_jbo/jbo/app/tenwa/customer/DISTRIBUTOR_INFO.java
index 2ba13213a..bfb304b9b 100644
--- a/src_jbo/jbo/app/tenwa/customer/DISTRIBUTOR_INFO.java
+++ b/src_jbo/jbo/app/tenwa/customer/DISTRIBUTOR_INFO.java
@@ -449,4 +449,8 @@ public interface DISTRIBUTOR_INFO{
* ֤ STRING(64)
*/
public static final String MARGIN_SCALE_SET = "MARGIN_SCALE_SET";
+ /**
+ * STRING(32)
+ */
+ public static final String WHETHER = "WHETHER";
}
\ No newline at end of file