CORE-POS/IS4C

View on GitHub
pos/is4c-nf/plugins/QuickKeys/quickkeys/noauto/6.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

$my_keys = array(
    new quickkey("Lock","LOCK"),
    new quickkey("Sign\nOff","SO"),
    new quickkey("Suspend\nResume","MG"),
    new quickkey("Cancel","CN"),
    new quickkey("Reprint","RP")
);