mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
stuff
This commit is contained in:
@ -131,7 +131,8 @@ biomed.ClientEditCtrl = function($scope, $routeParams, Clients) {
|
||||
$scope.primaryContact = createContactController(0);
|
||||
$scope.secondaryContact = createContactController(1);
|
||||
$scope.other = createOtherController();
|
||||
|
||||
$scope.internalNotes = createController();
|
||||
$scope.techNotes = createController();
|
||||
function updatePms() {
|
||||
var currentMonth = new Date().getMonth();
|
||||
|
||||
|
Reference in New Issue
Block a user