Commit 01eaae8b975093b2fa6020b965f7351c57c78f7d
1 parent
2dfdc329
change request to massage
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
www/lib/eventMailer.js
... | ... | @@ -140,6 +140,7 @@ eventMailer.getFinalQuantity = function(){ |
140 | 140 | |
141 | 141 | |
142 | 142 | eventMailer.error = false; |
143 | + console.log('eventMailer.start_quantity = '+eventMailer.start_quantity ); | |
143 | 144 | if(eventMailer.start_quantity == eventMailer.old_quantity){ |
144 | 145 | eventMailer.error = true; |
145 | 146 | } else { | ... | ... |