We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f36d7a0 + 1382549 commit cecc246Copy full SHA for cecc246
1 file changed
src/Generator/Invoic/Item.php
@@ -120,7 +120,6 @@ public function addDiscount($value, $discountType = self::DISCOUNT_TYPE_PERCENT)
120
$index = 'discount' . $this->discountIndex++;
121
$this->{$index} = [
122
'ALC',
123
- '',
124
floatval($value) > 0 ? 'C' : 'A',
125
'',
126
0 commit comments