"; echo "ABN:$companyvars[ABN]
"; echo "Phone:".$companyvars[phone].""; ?>
"; ?>

PRICEBOOK

Customer Information Details
".nl2br($quote[delAddress])."

"; echo "Ship Via: $quote[shipVia]"; } ?>
"; if(!empty($client[telephone])) { echo "Ph. ".$client[telephone]."
"; } if(!empty($client[email])) { echo "E. ".$client[email]."
"; } if(!empty($client[invAddress])) { echo nl2br($client[invAddress]); } ?>
ISSUE DATE:
Account Manager:

cat'"); //GET THE CUSTOMERS DISCOUNT //### CHAINLINK FABRIC //HEAVY GAL 2.5 $inv = getFieldArray("inventory.*", "inventory,invpricebookitems", "where inventory.id=invpricebookitems.inventoryid AND invpricebookitems.pricebook='$_REQUEST[id]' AND inventory.cat='5' AND inventory.desc like '%2.5%HVY GAL%' order by length(code), inventory.cat,inventory.code"); showRows("CHAINLINK - HEAVY GAL 2.50mm","",$inv); //HEAVY GAL 3.15 $inv = getFieldArray("inventory.*", "inventory,invpricebookitems", "where inventory.id=invpricebookitems.inventoryid AND invpricebookitems.pricebook='$_REQUEST[id]' AND inventory.cat='5' AND inventory.desc like '%3.15%HVY GAL%' order by length(code),inventory.cat,inventory.code"); showRows("CHAINLINK - HEAVY GAL 3.15mm","",$inv); //STD GAL $inv = getFieldArray("inventory.*", "inventory,invpricebookitems", "where inventory.id=invpricebookitems.inventoryid AND invpricebookitems.pricebook='$_REQUEST[id]' AND inventory.cat='5' AND inventory.desc like '%STD GAL%' order by length(code),inventory.cat,inventory.code"); showRows("CHAINLINK - STANDARD GAL","",$inv); //PVC - BLACK $inv = getFieldArray("inventory.*", "inventory,invpricebookitems", "where inventory.id=invpricebookitems.inventoryid AND invpricebookitems.pricebook='$_REQUEST[id]' AND inventory.cat='5' AND inventory.desc like '%BLACK%PVC%' order by length(code),inventory.cat,inventory.code"); showRows("CHAINLINK - PVC BLACK","",$inv); //PVC - GREEN $inv = getFieldArray("inventory.*", "inventory,invpricebookitems", "where inventory.id=invpricebookitems.inventoryid AND invpricebookitems.pricebook='$_REQUEST[id]' AND inventory.cat='5' AND inventory.desc like '%GREEN%PVC%' order by length(code),inventory.cat,inventory.code"); if(count($inv) > "0"){ showRows("CHAINLINK - PVC GREEN","",$inv); } //FUSE BONDED $inv = getFieldArray("inventory.*", "inventory,invpricebookitems", "where inventory.id=invpricebookitems.inventoryid AND invpricebookitems.pricebook='$_REQUEST[id]' AND inventory.cat='5' AND inventory.desc like '%Bonded%' order by length(code),inventory.cat,inventory.code"); if(count($inv) > "0"){ showRows("CHAINLINK - FUSE BONDED","",$inv); } // TIE WIRE $inv = getFieldArray("inventory.*", "inventory,invpricebookitems", "where inventory.id=invpricebookitems.inventoryid AND invpricebookitems.pricebook='$_REQUEST[id]' AND inventory.cat='11' AND inventory.code like 'TW%%' order by inventory.cat,inventory.code"); showRows("TIE WIRE","",$inv); // HELICOIL WIRE $inv = getFieldArray("inventory.*", "inventory,invpricebookitems", "where inventory.id=invpricebookitems.inventoryid AND invpricebookitems.pricebook='$_REQUEST[id]' AND inventory.cat='11' AND inventory.desc like '%HELI%' order by inventory.cat,inventory.code"); showRows("HELICOIL WIRE","",$inv); // PLAIN WIRE $inv = getFieldArray("inventory.*", "inventory,invpricebookitems", "where inventory.id=invpricebookitems.inventoryid AND invpricebookitems.pricebook='$_REQUEST[id]' AND inventory.cat='11' AND inventory.code like 'PW%' order by inventory.cat,inventory.code"); if(count($inv) > "0"){ showRows("PLAIN WIRE","",$inv); } ?>