Fix Ownaccount Booking
This commit is contained in:
@@ -404,7 +404,7 @@ setup()
|
|||||||
</USelectMenu>
|
</USelectMenu>
|
||||||
<div class="md:col-span-3 flex justify-end">
|
<div class="md:col-span-3 flex justify-end">
|
||||||
<UButton size="xs" label="Zuweisen"
|
<UButton size="xs" label="Zuweisen"
|
||||||
@click="saveAllocation({bankstatement: itemInfo.id, amount: manualAllocationSum, ownaccount: ownAccountToSave, customer: customerAccountToSave, vendor: vendorAccountToSave, description: allocationDescription })"/>
|
@click="saveAllocation({bankstatement: itemInfo.id, amount: manualAllocationSum, ownaccount: ownAccountToSave ? ownAccountToSave : null, customer: customerAccountToSave ? customerAccountToSave : null, vendor: vendorAccountToSave ? vendorAccountToSave : null, description: allocationDescription })"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user