File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- # UPGRADE FROM 2.0.2 TO 2.0.3
1+ # UPGRADE FROM 2.0 TO 2.1
22
33## Changes
44
Original file line number Diff line number Diff line change @@ -78,7 +78,10 @@ private function getSequence(): InvoiceSequenceInterface
7878 InvoiceSequenceScopeEnum::ANNUALLY => [
7979 'year ' => (int ) $ now ->format ('Y ' ),
8080 ],
81- InvoiceSequenceScopeEnum::GLOBAL => [],
81+ InvoiceSequenceScopeEnum::GLOBAL => [
82+ 'year ' => null ,
83+ 'month ' => null ,
84+ ],
8285 };
8386
8487 /** @var InvoiceSequenceInterface|null $sequence */
Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ WKHTMLTOPDF_PATH=/usr/local/bin/wkhtmltopdf
1010
1111TEST_SYLIUS_INVOICING_PDF_GENERATION_DISABLED = false
1212TEST_SYLIUS_INVOICING_PDF_GENERATION_DISABLED = false
13+
1314SYLIUS_INVOICING_SEQUENCE_SCOPE = ' monthly'
You can’t perform that action at this time.
0 commit comments