lvhao 5 meses atrás
pai
commit
35b40b5f73
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      template/erp/shop_add.html
  2. 1 1
      template/erp/shop_edit.html

+ 1 - 1
template/erp/shop_add.html

@@ -215,7 +215,7 @@ $(document).ready(function() {
 	 });
 	  $("select[name='type']").change(function(){
     var val = $(this).find("option:selected").val();
-	if(val == 269 || val == 2297)
+	if(val == 269 || val == 2297 || val == 1513)
 	{
 		$(".shopprogram").show();
 	}

+ 1 - 1
template/erp/shop_edit.html

@@ -219,7 +219,7 @@ $(document).ready(function() {
 	 });
 	 $("select[name='type']").change(function(){
     var val = $(this).find("option:selected").val();
-	if(val == 269 || val == 2297)
+	if(val == 269 || val == 2297 || val == 1513)
 	{
 		$(".shopprogram").show();
 	}