Skip to content

Commit

Permalink
Change 7.7 to 8.1 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFehr authored Dec 31, 2023
1 parent c7d2fa9 commit 9dffd01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/views/invoices/InvoiceForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export default class InvoiceForm extends React.Component<Props> {
component={VatSelect}
name={'fixed_price_vat'}
label={intl.formatMessage({id: 'view.offer.form.vat_rate'})}
placeholder={'7.7%'}
placeholder={'8.1%'}
disabled={!invoice.fixed_price}
/>
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/offers/OfferForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ class OfferForm extends React.Component<Props> {
component={VatSelect}
name={'fixed_price_vat'}
label={intl.formatMessage({id: 'view.offer.form.vat_rate'})}
placeholder={'7.7%'}
placeholder={'8.1%'}
disabled={!offer.fixed_price || locked}
/>
</Grid>
Expand Down

0 comments on commit 9dffd01

Please sign in to comment.