Initial dev repository
[kcls-web.git] / js / ui / default / acq / search / purchase_order.js
diff --git a/js/ui/default/acq/search/purchase_order.js b/js/ui/default/acq/search/purchase_order.js
new file mode 100644 (file)
index 0000000..d33b6c5
--- /dev/null
@@ -0,0 +1,7 @@
+    function formatPoName(po) {
+        if (po) {
+            return "<a href='" + oilsBasePath + "/acq/po/view/" + po.id +
+                "'>" + po.name + "</a>";
+        }
+    }
+