|
displayUnit
Required Parameters: int $lineItem, int $displayUnit
Optional Parameters: None
Returns: None
Description: This function prints out a HTML table row which states the current unit being configured, as well as the total number of units for the given line item. The unit displayed is given by $displayUnit, and the line item is given by $lineItem.
function displayUnit($lineItem, $displayUnit)
|