mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 09:49:04 +00:00
more elements per page!
This commit is contained in:
parent
1c54b43080
commit
4041be72f3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class Ticket_Queue_Handler{
|
||||||
default:
|
default:
|
||||||
return "ERROR";
|
return "ERROR";
|
||||||
}
|
}
|
||||||
$this->pagination = new Pagination($this->queue->getQuery(),"lib",2,"Ticket",$this->queue->getParams());
|
$this->pagination = new Pagination($this->queue->getQuery(),"lib",10,"Ticket",$this->queue->getParams());
|
||||||
foreach( $this->pagination->getElements() as $element ){
|
foreach( $this->pagination->getElements() as $element ){
|
||||||
$catInstance = new Ticket_Category();
|
$catInstance = new Ticket_Category();
|
||||||
$catInstance->load_With_TCategoryId($element->getTicket_Category());
|
$catInstance->load_With_TCategoryId($element->getTicket_Category());
|
||||||
|
|
Loading…
Reference in a new issue