Calculation formulas broken after git pull

Hi all,

I've been developing a set of formulas for a client.

After some testing on my localhost I've committed everything to our repository and pulled it over to the user testing instance.

The pull works fine, the permissions are OK.

Then, as you would expect, I'm running a repair and rebuild to get my formulas working.

This looks all fine, except the end result after the repair and rebuild is that the formulas that worked on my localhost won't work on the testing instance...

Has anyone notice anything similar?

How did you resolve this?

The instance is v7.6.2.1 Professional.

Parents Reply
  • Just a quick update, Yes I did as I always do.

    No your solution didn't work.

    Turns out the issue was that several currency related formulas have been changed in 7.6.2.1 which made the calculated fields fall over. Had to change all currencyAdd(), currencyDivide().. etc to add(), divide() etc. in the formulas.

Children
No Data