X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fquotation_pkg_discount.pm;h=19a7bceb469552d9718f579fc7095678e0460b7f;hb=769b080fc81e1858a71de16936a7d0796fdaac7a;hp=24cb204a5f4b559ac77e8eab2150b51997e6a9f7;hpb=973d5dd654ea23dea3ff185e157a404556815ccb;p=freeside.git diff --git a/FS/FS/quotation_pkg_discount.pm b/FS/FS/quotation_pkg_discount.pm index 24cb204a5..19a7bceb4 100644 --- a/FS/FS/quotation_pkg_discount.pm +++ b/FS/FS/quotation_pkg_discount.pm @@ -1,7 +1,7 @@ package FS::quotation_pkg_discount; use strict; -use base qw( FS::Record ); +use base qw( FS::pkg_discount_Mixin FS::Record ); use FS::Record qw( qsearch qsearchs ); use FS::quotation_pkg; use FS::discount; @@ -81,27 +81,15 @@ sub table { 'quotation_pkg_discount'; } Adds this record to the database. If there is an error, returns the error, otherwise returns false. -=cut - -# the insert method can be inherited from FS::Record - =item delete Delete this record from the database. -=cut - -# the delete method can be inherited from FS::Record - =item replace OLD_RECORD Replaces the OLD_RECORD with this one in the database. If there is an error, returns the error, otherwise returns false. -=cut - -# the replace method can be inherited from FS::Record - =item check Checks all fields to make sure this is a valid quotation package discount.