removed a whole passel of files that do not need to be tracked in the 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
deleted file mode 100644 (file)
index d33b6c5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-    function formatPoName(po) {
-        if (po) {
-            return "<a href='" + oilsBasePath + "/acq/po/view/" + po.id +
-                "'>" + po.name + "</a>";
-        }
-    }
-