Changeset 178
- Timestamp:
- 12/28/06 13:36:55
- Files:
-
- trunk/phpbms/modules/bms/clients_addedit.php (modified) (2 diffs)
- trunk/phpbms/modules/bms/install/updatev0.70.sql (modified) (1 diff)
- trunk/phpbms/modules/bms/invoices_addedit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/phpbms/modules/bms/clients_addedit.php
r176 r178 219 219 <p class="csz"> 220 220 <label for="state">state/province</label><br /> 221 <input name="state" type="text" id="state" value="<?php echo htmlQuotes($therecord["state"])?>" size=" 2" maxlength="2" tabindex="16" />221 <input name="state" type="text" id="state" value="<?php echo htmlQuotes($therecord["state"])?>" size="3" maxlength="5" tabindex="16" /> 222 222 </p> 223 223 <p> … … 247 247 <p class="csz"> 248 248 <label for="shiptostate">state/province</label><br /> 249 <input id="shiptostate" name="shiptostate" type="text" value="<?php echo htmlQuotes($therecord["shiptostate"])?>" size=" 2" maxlength="2" tabindex="22" />249 <input id="shiptostate" name="shiptostate" type="text" value="<?php echo htmlQuotes($therecord["shiptostate"])?>" size="3" maxlength="5" tabindex="22" /> 250 250 </p> 251 251 trunk/phpbms/modules/bms/install/updatev0.70.sql
r177 r178 43 43 ALTER TABLE `clients` DROP `ccexpiration`; 44 44 ALTER TABLE `clients` FROP `displayname` 45 ALTER TABLE `clients` ALTER COLUMN `state` `state` varchar(5) default NULL; 46 ALTER TABLE `clients` ALTER COLUMN `shiptostate` `shiptostate` varchar(5) default NULL; 47 ALTER TABLE `invoices` ALTER COLUMN `state` `state` varchar(5) default NULL; trunk/phpbms/modules/bms/invoices_addedit.php
r176 r178 174 174 <p class="cszP"> 175 175 <label for="state">state/prov</label><br /> 176 <input name="state" type="text" id="state" value="<?php echo htmlQuotes($therecord["state"])?>" size=" 2" maxlength="2" tabindex=6 />176 <input name="state" type="text" id="state" value="<?php echo htmlQuotes($therecord["state"])?>" size="3" maxlength="5" tabindex=6 /> 177 177 </p> 178 178 <p class="cszP">