mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix: payment type (Pay/Receive) is correctly set when creating payment entry
This commit is contained in:
@@ -28,9 +28,11 @@
|
||||
'text-gray-500': !value,
|
||||
}"
|
||||
>
|
||||
<span v-if="value" class="cursor-text w-full">{{
|
||||
selectValue ? selectValue : value
|
||||
}}</span>
|
||||
<span
|
||||
v-if="selectValue || value"
|
||||
class="cursor-text text-black dark:text-white w-full"
|
||||
>{{ selectValue ? selectValue : value }}</span
|
||||
>
|
||||
<span v-else>{{ inputPlaceholder }}</span>
|
||||
<svg
|
||||
v-if="!isReadOnly"
|
||||
|
||||
Reference in New Issue
Block a user