ari-pep / PepCoopMembership

a webapp/form for people to join Cultural Commons Collecting Society (C3S) SCE
GNU General Public License v3.0
0 stars 1 forks source link

C3S amount (50 €) uses in several places #43

Closed buffstop closed 6 years ago

buffstop commented 6 years ago

Reminder ticket:

Several places seem to calculate with 50 € per share (keep 90€ company fee in mind!):

ari-pep commented 6 years ago

just to keep it somewhere, this helps: grep -nPI '\D50\D' `find . -name .git -prune -o -name tests -prune -o \! -type d -a \! -name '*.css' -a \! -name '*.js' -a \! -name '*.svg'`|grep -v ./static/bootstrap/css/bootstrap.css.map |grep -v ./static/bootstrap/css/bootstrap-theme.css.map

ari-pep commented 6 years ago

this is fixed up to 90euro ...

ari-pep commented 6 years ago

should be fixed