twomice / com.joineryhq.percentagepricesetfield

Other
5 stars 11 forks source link

fix uncaught reference js error for formatMoney #31

Closed alifrumin closed 4 years ago

alifrumin commented 4 years ago

Hey!!!

When using this extension with CiviCRM 5.24.3 I got a "Uncaught ReferenceError: formatMoney is not defined" javascript error in the console (see screenshot below) this pr fixes that error.

uncaughtReferenceError

alifrumin commented 4 years ago

It looks like @jitendrapurohit beat me to it: https://github.com/twomice/com.joineryhq.percentagepricesetfield/pull/30 works for me as a solution to this.

twomice commented 4 years ago

Thanks @alifrumin Looks like #30 is closer to what we need. Stay tuned there for updates.