Skip to content

Commit 1382549

Browse files
authored
Update Item.php
shortening ALC (removing the starting empty field as the documentation said that A/C should be in the first data element (5463)
1 parent f36d7a0 commit 1382549

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)