X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FPriceSource%2FPrice.pm;h=52558470c9deaed41c0b3f8343fc21347ff3bf55;hb=37d14c11afd10049be58467770499b25268c1364;hp=89a23e8583830a499ae9420442b8ccab7f86bdcb;hpb=2dfa3a4c75b6f68ab75df739a3e82ceb1b61dcff;p=kivitendo-erp.git diff --git a/SL/PriceSource/Price.pm b/SL/PriceSource/Price.pm index 89a23e858..52558470c 100644 --- a/SL/PriceSource/Price.pm +++ b/SL/PriceSource/Price.pm @@ -4,7 +4,7 @@ use strict; use parent 'SL::DB::Object'; use Rose::Object::MakeMethods::Generic ( - scalar => [ qw(price description spec price_source invalid missing) ], + scalar => [ qw(price description spec price_source invalid missing unknown) ], 'scalar --get_set_init' => [ qw(priority editable) ], ); @@ -149,6 +149,12 @@ price are no longer valid, and that the price should be changed. If price is missing, you do not need to supply anything except C. +=item C + +OPTIONAL. Boolean indicator that this price was not computed for performance +reasons. This is only valid for PriceSources flagged as C. This price +must be ignored. + =back =head1 SEE ALSO