Changeset 2767
- Timestamp:
- 03/04/10 23:32:27 (2 years ago)
- Files:
-
- trunk/common/lib/Class.A2Billing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/common/lib/Class.A2Billing.php
r2729 r2767 762 762 { 763 763 if ($this->typepaid == 0) { 764 if ($this->credit < $this->agiconfig['min_credit_2call'] || $this->credit < =0 ) {764 if ($this->credit < $this->agiconfig['min_credit_2call'] || $this->credit < 0 ) { 765 765 return false; 766 766 } else {
