Skip to content
Snippets Groups Projects

Unable to send company details through email templates

Merged Satish requested to merge satish.dvnk/vtigercrm:v7 into 7.0.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -740,7 +740,7 @@ var app = {
*/
destroyTimeFields : function(container) {
if(typeof cotainer == 'undefined') {
if(typeof container == 'undefined') {
container = jQuery('body');
}
Loading