SUPPLIER OF PERSONAL PROTECTIVE EQUIPMENT TO WOMEN SHEA CO-OPERATIVES

SUPPLIER OF PERSONAL PROTECTIVE EQUIPMENT TO WOMEN SHEA CO-OPERATIVES


The purpose of this Terms of Reference is to invite suppliers to furnish proposals for the supply and delivery of a selected range of Personal Protective Equipment (PPE) to the Global Shea Alliance (GSA) in accordance with all applicable terms and conditions and the requirements defined in this RFP.

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })