mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-15 14:49:33 +00:00
Use language setting for ProductShortURL
This commit is contained in:
parent
db8fb4067d
commit
1e32e61bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ class BuerklinProvider implements BatchInfoProviderInterface
|
||||||
*/
|
*/
|
||||||
private function getProductShortURL(string $product_code): string
|
private function getProductShortURL(string $product_code): string
|
||||||
{
|
{
|
||||||
return 'https://www.buerklin.com/de/p/' . $product_code . '/';
|
return 'https://www.buerklin.com/' . $this->settings->language . '/p/' . $product_code . '/';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue