feat: refs #7287 Added changes to use reason in log #649

Open
guillermo wants to merge 3 commits from 7287-reasonLog into dev
3 changed files with 11 additions and 1 deletions
Showing only changes of commit d7668163be - Show all commits

View File

@ -585,7 +585,7 @@ watch(
v-if="log.reason && !log.description"
>
<span class="description">
{{ log.reason }}
{{ t(`log.${log.reason}`) }}
</span>
</QCardSection>
<QCardSection

View File

@ -1322,3 +1322,8 @@ months:
oct: October
nov: November
dec: December
log:
clone: Has cloned a ticket
split: Has split a ticket
priceFix: Has fixed the price
replaceItem: Has replaced an item

View File

@ -1299,3 +1299,8 @@ months:
oct: Octubre
nov: Noviembre
dec: Diciembre
log:
clone: Ha clonado un ticket
split: Ha splitado un ticket
priceFix: Ha arreglado el precio
replaceItem: Ha reemplazado un artículo