lvhao il y a 11 heures
Parent
commit
239c1342a8

+ 4 - 0
core/CoreApp/controllers/Registration.php

@@ -171,6 +171,10 @@ class Registration extends Start_Controller {
 				{
 					$info_list[$key]['address'] = 'Dallas3333';
 				}
+				else if($value['address'] == 5)
+				{
+					$info_list[$key]['address'] = 'Atlanta';
+				}
 				$info_list[$key]['number'] = "<p>".$value['number']."</p><p>".$d['orderinfo']."</p>";
 			    if($d['red'] == 1)
 			    {

+ 1 - 1
template/erp/registration_add.html

@@ -42,7 +42,7 @@
 <option value="2">Manhattan819</option>
 <option value="3">Flatbush933</option>
 <option value="4">Dallas3333</option>
-
+<option value="5">Atlanta</option>
 </select>
 </li>
 

+ 1 - 0
template/erp/registration_edit.html

@@ -49,6 +49,7 @@
 <option value="2" {if $registration['address'] == 2}selected="selected"{/if}>Manhattan819</option>
 <option value="3" {if $registration['address'] == 3}selected="selected"{/if}>Flatbush933</option>
 <option value="4" {if $registration['address'] == 4}selected="selected"{/if}>Dallas3333</option>
+<option value="5" {if $registration['address'] == 5}selected="selected"{/if}>Atlanta</option>
 </select>
 </li>