Wrong action: ctrl+p
Posted: Wed May 16, 2018 8:15 pm
Hi,
The nuDeleteAction() is called instead of nuPrintAction() when ctrl+p is pressed.
nucommon.js :
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();
}