Switching enterprise relationships form around

This commit is contained in:
Rob H
2014-09-05 17:11:57 +10:00
parent 0fd496aa97
commit 20bfcd6e48
5 changed files with 27 additions and 23 deletions

View File

@@ -24,5 +24,5 @@ angular.module("ofn.admin").factory 'EnterpriseRelationships', ($http, enterpris
permission_presentation: (permission) ->
switch permission
when "add_to_order_cycle" then "can add to order cycle"
when "manage_products" then "can manage the products of"
when "add_to_order_cycle" then "to add to order cycle"
when "manage_products" then "to manage products"