The nuDeleteAction() is called instead of nuPrintAction() when ctrl+p is pressed.
nucommon.js :
Code: Select all
} else if(e.keyCode == 80 && window.global_access) { //-- p Print
nuDeleteAction();
}
Code: Select all
} else if(e.keyCode == 80 && window.global_access) { //-- p Print
nuDeleteAction();
}