CORE-POS/IS4C

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

$my_keys = array(
    new quickkey("Local\nJumbo","1012"),
    new quickkey("Local\nXL","1011"),
    new quickkey("Local\nLarge","1010"),
    new quickkey("Local\nMedium","1009"),
    new quickkey("Local\nSmall","1008"),
    new quickkey("Whole\nFarm\nLarge","1013"),
    new quickkey("Whole\nFarm\nMedium","1016"),
    new quickkey("Larry's\nLarge","1133"),
    new quickkey("Larry's\nMedium","1132")
);