add quantity to shop and home; allow for much larger messages
This commit is contained in:
parent
add13754f5
commit
2e44329b53
5 changed files with 12 additions and 1 deletions
|
@ -172,6 +172,10 @@ else {
|
|||
$sortby = "source $sortdir, rankorder, name";
|
||||
$sort = "source";
|
||||
break;
|
||||
case "quantity":
|
||||
$sortby = "quantity $sortdir, rankorder, name";
|
||||
$sort = "quantity";
|
||||
break;
|
||||
case "price":
|
||||
$sortby = "price $sortdir, rankorder, name";
|
||||
$sort = "price";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue