Bug 40941 - Yes/No vendor contact options not translatable
Summary: Yes/No vendor contact options not translatable
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: I18N/L10N (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low minor
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 38201
Blocks:
  Show dependency treegraph
 
Reported: 2025-10-03 10:11 UTC by Jonathan Druart
Modified: 2025-10-03 10:11 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2025-10-03 10:11:22 UTC
koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorResource.vue
 25         const handleContactOptions = value => {
 26             return value ? "Yes" : "No";
 27         };