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:
4b7f917
)
Add checkstyle comma after last item in multiline array.
author
Mikey O'Toole
<mikey@mjco.uk>
Sat, 27 Mar 2021 17:32:00 +0000
(17:32 +0000)
committer
GitHub
<noreply@github.com>
Sat, 27 Mar 2021 17:32:00 +0000
(17:32 +0000)
CRM/Price/BAO/PriceField.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Price/BAO/PriceField.php
b/CRM/Price/BAO/PriceField.php
index c3099a2da4374d6e239d2d67372a4da5c3edbb5a..7ec7366ad94a42ac521a975cbebe818af07d78a4 100644
(file)
--- a/
CRM/Price/BAO/PriceField.php
+++ b/
CRM/Price/BAO/PriceField.php
@@
-330,7
+330,7
@@
class CRM_Price_BAO_PriceField extends CRM_Price_DAO_PriceField {
$qf->assign('priceset', $elementName);
$extra = [
'onclick' => 'useAmountOther();',
- 'autocomplete' => 'off'
+ 'autocomplete' => 'off'
,
];
}
}