Newer
Older
sqlmarker / BDL / Test_classes / BDL_table_list.php
<?php

$testTables = array(
	'Staff',
	'Customer',
	'Supplier',
	'Product',
	'Component',
	'Assembly',
	'Sale_head',
	'Sale_line',
	'Order_head',
	'Order_line',
);

?>