Major usability improvements

This commit is contained in:
2015-08-06 15:37:17 +02:00
parent 16f7c38f3e
commit d27afa9558
34 changed files with 467 additions and 103 deletions
+1
View File
@@ -14,6 +14,7 @@ class Suppliers::Ability
can :mark_in_process, Order
can :mark_delivered, Order
can :cancel, Order
can :switch_to, Supplier
end
end
end