diff --git a/src/Generator/Invoic/Item.php b/src/Generator/Invoic/Item.php index 416ee2e..e4b95f5 100755 --- a/src/Generator/Invoic/Item.php +++ b/src/Generator/Invoic/Item.php @@ -120,7 +120,6 @@ public function addDiscount($value, $discountType = self::DISCOUNT_TYPE_PERCENT) $index = 'discount' . $this->discountIndex++; $this->{$index} = [ 'ALC', - '', floatval($value) > 0 ? 'C' : 'A', '', '',