Dev#22657 pnb display user account
Merge request reports
Activity
Filter activity
88 89 public function numberOfSimultaneousLoansRemaning() { 90 return $this->getLoanConstraint()->numberOfSimultaneousLoansRemaning(); 91 } 92 93 94 public function updateLoanUsers($count) { 95 return $this->getLoanConstraint()->updateLoanUsers($count); 96 } 97 98 99 public function hasAvailableQuantity() { 100 return $this->getLoanConstraint()->hasAvailableQuantity(); 101 } 102 103
Please register or sign in to reply