https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42933

--- Comment #2 from Jonathan Druart <[email protected]> ---
  commit 01c30072ea2215a0d182f4eb1d33a33b4872f361
  Bug 38201: Abstract AgreementLicenses and AgreementPeriods
-                    <label :for="`license_status_${counter}`" class="required"
-                        >{{ $__("Status") }}:</label
-                    >
-                    <v-select
-                        :id="`license_status_${counter}`"
-                        v-model="agreement_license.status"
-                        label="description"
-                        :reduce="av => av.value"
-                        :options="av_agreement_license_statuses"
-                    >
-                        <template #search="{ attributes, events }">
-                            <input
-                                :required="!agreement_license.status"
-                                class="vs__search"
-                                v-bind="attributes"
-                                v-on="events"
-                            />
-                        </template>
-                    </v-select>
-                    <span class="required">{{ $__("Required") }}</span>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to