X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=SL%2FPriceSource%2FDiscount.pm;fp=SL%2FPriceSource%2FDiscount.pm;h=66f9532c5ebf19661becfb51440d5d3aaefa0aa2;hp=ae4592bd97666618541fe8b9a52955f49e855ec4;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/SL/PriceSource/Discount.pm b/SL/PriceSource/Discount.pm index ae4592bd9..66f9532c5 100644 --- a/SL/PriceSource/Discount.pm +++ b/SL/PriceSource/Discount.pm @@ -4,7 +4,7 @@ use strict; use parent 'SL::DB::Object'; use Rose::Object::MakeMethods::Generic ( - scalar => [ qw(discount description spec price_source invalid missing) ], + scalar => [ qw(discount description spec price_source invalid missing unknown) ], 'scalar --get_set_init' => [ qw(priority) ], ); @@ -133,6 +133,12 @@ discount are no longer valid, and that the discount should be changed. If discount is missing, you do not need to supply anything except C. +=item C + +OPTIONAL. Boolean indicator that this discount was not computed for performance +reasons. This is only valid for PriceSources flagged as C. This discount +must be ignored. + =back =head1 SEE ALSO