PartKeepr\StockBundle\Entity\StockEntry::setCorrection PHP Méthode

setCorrection() public méthode

Sets if the stock entry is a correction record.
public setCorrection ( $bCorrection )
$bCorrection boolean True if the record is a correction record, false otherwise
    public function setCorrection($bCorrection)
    {
        $this->correction = $bCorrection;
    }