File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/tools/templates/invoice Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 157157 # invoice . clientDetails . address \
158158 # invoice . clientDetails . postalCode # invoice . clientDetails . city \
159159 # if invoice . clientDetails . at (" country" , default : none ) != none {
160- lang . countries . at (invoice . clientDetails . at (" country" ), default : none )
160+ lang . countries . at (invoice . clientDetails . at (" country" ), default : invoice . clientDetails . country )
161161 }
162162 ]
163163 ],
167167 # invoice . companyDetails . address \
168168 # invoice . companyDetails . postalCode # invoice . companyDetails . city \
169169 # if (invoice . companyDetails . at (" country" , default : none ) != none ) {
170- lang . countries . at (invoice . companyDetails . at (" country" ), default : none )
170+ lang . countries . at (invoice . companyDetails . at (" country" ), default : invoice . companyDetails . country )
171171 }
172172 # v (1em )
173173 # invoice . companyDetails . telephoneNumber \
You can’t perform that action at this time.
0 commit comments