RT# 82137 - Added ability for processing fee to be pain on seperate invoice.
[freeside.git] / httemplate / elements / topreload.js
1  window.topreload = function() {
2    if (window != window.top) {
3         window.top.location.reload();
4    }
5  }
6