mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-23 01:03:21 +00:00
Rewrite enterprise contact functionality
This commit is contained in:
committed by
Rob Harrington
parent
22eae753fe
commit
ba98c7e2c5
@@ -4,7 +4,6 @@ angular.module("admin.enterprises")
|
||||
$scope.PaymentMethods = EnterprisePaymentMethods.paymentMethods
|
||||
$scope.ShippingMethods = EnterpriseShippingMethods.shippingMethods
|
||||
$scope.navClear = NavigationCheck.clear
|
||||
$scope.pristineEmail = $scope.Enterprise.email
|
||||
$scope.menu = SideMenu
|
||||
$scope.newManager = { id: '', email: (t('add_manager')) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user