File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Barnetik/Tbai/Invoice Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ class Breakdown implements TbaiXml
33
33
34
34
public function addNationalNotSubjectBreakdownItem (NationalNotSubjectBreakdownItem $ notSubjectBreakdowItem ): self
35
35
{
36
- if (sizeof ($ this ->nationalNotSubjectBreakdownItems ) < 2 ) {
36
+ if (sizeof ($ this ->nationalNotSubjectBreakdownItems ) < 4 ) {
37
37
$ this ->nationalNotSubjectBreakdownItems [] = $ notSubjectBreakdowItem ;
38
38
return $ this ;
39
39
}
@@ -63,7 +63,7 @@ public function addNationalSubjectNotExemptBreakdownItem(NationalSubjectNotExemp
63
63
64
64
public function addForeignServiceNotSubjectBreakdownItem (ForeignServiceNotSubjectBreakdownItem $ notSubjectBreakdowItem ): self
65
65
{
66
- if (sizeof ($ this ->foreignServiceNotSubjectBreakdownItems ) < 2 ) {
66
+ if (sizeof ($ this ->foreignServiceNotSubjectBreakdownItems ) < 4 ) {
67
67
$ this ->foreignServiceNotSubjectBreakdownItems [] = $ notSubjectBreakdowItem ;
68
68
return $ this ;
69
69
}
@@ -93,7 +93,7 @@ public function addForeignServiceSubjectNotExemptBreakdownItem(ForeignServiceSub
93
93
94
94
public function addForeignDeliveryNotSubjectBreakdownItem (ForeignDeliveryNotSubjectBreakdownItem $ notSubjectBreakdowItem ): self
95
95
{
96
- if (sizeof ($ this ->foreignDeliveryNotSubjectBreakdownItems ) < 2 ) {
96
+ if (sizeof ($ this ->foreignDeliveryNotSubjectBreakdownItems ) < 4 ) {
97
97
$ this ->foreignDeliveryNotSubjectBreakdownItems [] = $ notSubjectBreakdowItem ;
98
98
return $ this ;
99
99
}
You can’t perform that action at this time.
0 commit comments