Lista postępowań wyłączonych z PZP - Art. 11 ust. 5 pkt 8 - Zamówienia udzielane przez Ministra Sprawiedliwości – Prokuratora Generalnego albo jednostki organizacyjne mu podległe


 

Klucz tooltipa:

# PL:

# EN:

Wyszukiwarka

Wyszukiwarka kodów

  Numer Nazwa
'); thuliumScript.setAttribute('type', 'text/javascript'); document.getElementById('supportChatDiv').after(thuliumScript); setTimeout(function() { getThuliumChatFrame() }, 1000); setTimeout(function() { thuliumChatTimeout = true; }, 10000); } function getThuliumChatFrame() { if (thuliumChatTimeout) return; if ($('.thulium-chat-wrapper > iframe').length) { const chatiframe = $('.thulium-chat-wrapper > iframe')[0]; const iframeDocument = chatiframe.contentDocument || chatiframe.contentWindow.document; triggerThuliumChat(iframeDocument); } else { setTimeout(function() { getThuliumChatFrame(); }, 200); } } function triggerThuliumChat(document) { if (thuliumChatTimeout) return; const buttons = document.getElementsByTagName('button'); if (buttons.length) buttons[0].click(); else setTimeout(function() { triggerThuliumChat(document); }, 200); }