Clarify bank allocation action
This commit is contained in:
@@ -699,13 +699,12 @@ setup()
|
||||
<span class="font-mono text-xs text-gray-500 mr-2">{{ option.number }}</span> {{ option.label }}
|
||||
</template>
|
||||
</USelectMenu>
|
||||
<UTooltip text="Manuell Buchen">
|
||||
<UButton
|
||||
icon="i-heroicons-plus"
|
||||
:disabled="!accountToSave"
|
||||
@click="saveAllocation({bankstatement: itemInfo.id, amount: manualAllocationSum, account: accountToSave, description: allocationDescription })"
|
||||
/>
|
||||
</UTooltip>
|
||||
<UButton
|
||||
icon="i-heroicons-check"
|
||||
label="Buchen"
|
||||
:disabled="!accountToSave"
|
||||
@click="saveAllocation({bankstatement: itemInfo.id, amount: manualAllocationSum, account: accountToSave, description: allocationDescription })"
|
||||
/>
|
||||
</div>
|
||||
</UFormField>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user