Added a percentage formatting type to jqGrid.

git-svn-id: file:///svn-source/pmgr/branches/pre_0.1_work_20090819@787 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-26 19:51:06 +00:00
parent 80fe5ca4de
commit 1e34cc1de8
4 changed files with 53 additions and 13 deletions

View File

@@ -132,6 +132,7 @@ class Unit extends AppModel {
}
function available($enum) { return $this->vacant($enum); }
function conditionAvailable() { return $this->conditionVacant($enum); }
/**************************************************************************