testing commit, please ignore
[kcls-web.git] / js / ui / default / acq / search / purchase_order.js
1     function formatPoName(po) {
2         if (po) {
3             return "<a href='" + oilsBasePath + "/acq/po/view/" + po.id +
4                 "'>" + po.name + "</a>";
5         }
6     }
7