projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46233df
)
EditRecipCtrl - Don't round recipient count
author
Tim Otten
<totten@civicrm.org>
Fri, 17 Apr 2015 00:47:40 +0000
(17:47 -0700)
committer
Tim Otten
<totten@civicrm.org>
Fri, 17 Apr 2015 00:47:40 +0000
(17:47 -0700)
ang/crmMailing/EditRecipCtrl.js
patch
|
blob
|
blame
|
history
diff --git
a/ang/crmMailing/EditRecipCtrl.js
b/ang/crmMailing/EditRecipCtrl.js
index 84a0a37ce0610b0cb667b172ed013da8c27a06d7..3151a8d245558dc08e8b78884a73177e2cd39d62 100644
(file)
--- a/
ang/crmMailing/EditRecipCtrl.js
+++ b/
ang/crmMailing/EditRecipCtrl.js
@@
-29,7
+29,7
@@
if ($scope.recipients === 1) {
return ts('~1 recipient');
}
- return ts('~%1 recipients', {1:
CRM.sigfig($scope.recipients, 2)
});
+ return ts('~%1 recipients', {1:
$scope.recipients
});
};
// We monitor four fields -- use debounce so that changes across the