close #2687 Enhancement: Remove wizard taxes step

This commit is contained in:
Cüneyt Şentürk
2022-10-24 17:42:10 +03:00
parent ca769e265c
commit b232097400
10 changed files with 5 additions and 456 deletions

View File

@ -28,19 +28,6 @@
</span>
</li>
<li class="w-1/4">
<span class="px-3 flex flex-col">
<span
:class="[{'bg-purple': active_state > 2}, {'bg-purple': active_state == 2}]"
class="w-full h-1 bg-gray-300 rounded-xl text-transparent"
>Text</span>
<span :class="[{'font-bold': active_state == 2}, {'font-bold': active_state > 2}]" class="text-sm font-normal mt-2">
{{ translations.taxes.title }}
</span>
</span>
</li>
<li class="w-1/4">
<span class="pl-6 flex flex-col">
<span
@ -79,7 +66,6 @@
translations: {
company: {},
currencies: {},
taxes: {},
finish: {},
},
};