X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=9c36f87f76b30b25a28e7d74b37f23cd81f204c4;hb=5259890066c6a6dc90048b209cfb86550d5336a4;hp=b87c1666e2ddb9bd7502d5e45138aef7326bfafd;hpb=2b213128f191f52dc7b7ad6ada5fb845e42dc632;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index b87c1666e..9c36f87f7 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '4.0git'; +$VERSION = '5.0git'; #find missing entries in this file with: # for a in `ls *pm | cut -d. -f1`; do grep 'L' ../FS.pm >/dev/null || echo "missing $a" ; done @@ -408,10 +408,6 @@ L - Invoice line item detail class L - Legacy data invoice class -L - (Old) Invoice event definition class - -L - (Old) Completed invoice event class - L - (New) Billing event definition class L - (New) Billing event option class @@ -452,6 +448,8 @@ L - Credit application to invoice class L - Line-item specific credit application to invoice class +L - Line-item sources for triggered package credits + L - Refund application to payment class L - Credit card transaction queue class