Bug 40941

Summary: Yes/No vendor contact options not translatable
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: I18N/L10NAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: f.demians, jonathan.druart
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 38201    
Bug Blocks:    

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         };