Apply changes when creating invoices for projects.
All checks were successful
Build project image / Build-and-release-image (push) Successful in 3m9s

This commit is contained in:
2025-05-13 16:00:41 +02:00
parent f478b4aed6
commit e1f579c7fd
6 changed files with 22 additions and 28 deletions

View File

@@ -232,7 +232,7 @@
</select>
</div>
<div class="flex flex-row items-center"
x-show="!from_project && (invoice.type === '326' || invoice.type === '875')">
x-show="invoice.type === '326' || invoice.type === '875'">
<x-input-label class="w-1/3" for="project_count"
:value="__('invoice.Partial invoice number')"/>
<x-text-input id="project_count" name="project_count" type="text"