diff options
author | ivan <ivan> | 2006-06-29 13:47:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-06-29 13:47:44 +0000 |
commit | 947c955be56140c4a10b16345c1b15c44b02070a (patch) | |
tree | 714f7cfc851991f9222a2c0b14f4c73b0338e71b /httemplate/browse/inventory_class.html | |
parent | 3a68d152457d4656ccaa41246e52b8584b000e19 (diff) |
finish at least the automatic provisioning part
Diffstat (limited to 'httemplate/browse/inventory_class.html')
-rw-r--r-- | httemplate/browse/inventory_class.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/inventory_class.html b/httemplate/browse/inventory_class.html index 6da3c9e3c..4a15bf7d4 100644 --- a/httemplate/browse/inventory_class.html +++ b/httemplate/browse/inventory_class.html @@ -8,7 +8,7 @@ tie my %labels, 'Tie::IxHash', my %link = ( 'num_avail' => ';avail=1', - 'num_used' => ';avail=1', + 'num_used' => ';used=1', 'num_total' => '', ); |