CORE-POS/IS4C

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

$my_keys = array(
    new quickkey("Member","ID"),
    new quickkey("Non\nMember","11ID"),
    new quickkey("Subtotal","TL"),
    new quickkey("FS","FNTL"),
    new quickkey("Tax\nExempt","TETL")
);