¨¨

Hasicí přístroje pro autobusy a sanitky jsou předepsány vyhláškou ministerstva dopravy. Potřebné množství, hasicí schopnost podle druhu vozidla a další informace naleznete v přiloženém souboru níže. Pokud jsou automobily provozovány firmou je nutné je objednat s revizí (kontrolou provozuschopnosti) 

var _yottlyOnload = _yottlyOnload || [] _yottlyOnload.push(function () { if (upgates.customer) { diffAnalytics.customerLoggedIn('C' + String(upgates.customer.id).padStart(5, '0')); } let cartContent = upgates.cart.products.map(function (cartItem) { return { productId: cartItem.code, amount: cartItem.quantity }; }); diffAnalytics.cartInteraction({ content: cartContent, onOrderPage: ['order.checkout','order.recieved','order.summary'].indexOf(upgates.pageType) !== -1 }); if (upgates.pageType === 'order.recieved') { let orderContent = upgates.order.products.map(function (orderItem) { return { productId: orderItem.code, price: orderItem.price.withVat * orderItem.quantity }; }); diffAnalytics.order({ content: orderContent }); } if (upgates.pageType === 'product') { diffAnalytics.productId(upgates.product.code); } }); }