Commit cc605885 authored by Anthony.Suerte's avatar Anthony.Suerte

Default Page Rows Count Update

parent 70b2a9e5
...@@ -377,7 +377,7 @@ class ModelAccountTransactions extends ModelClassEx { ...@@ -377,7 +377,7 @@ class ModelAccountTransactions extends ModelClassEx {
} }
public function getDefaultPageCount(){ public function getDefaultPageCount(){
return VAL_INT_20; return VAR_DEFAULT_PAGE_COUNT;
} }
public function getCurrency(){ public function getCurrency(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment