Skip to content

Commit cecc246

Browse files
authored
Merge pull request #37 from rdoppeltplus/patch-1
Update Item.php
2 parents f36d7a0 + 1382549 commit cecc246

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Generator/Invoic/Item.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public function addDiscount($value, $discountType = self::DISCOUNT_TYPE_PERCENT)
120120
$index = 'discount' . $this->discountIndex++;
121121
$this->{$index} = [
122122
'ALC',
123-
'',
124123
floatval($value) > 0 ? 'C' : 'A',
125124
'',
126125
'',

0 commit comments

Comments
 (0)