init
This commit is contained in:
11
modules/EcmStockDocIns/printAll.php
Normal file
11
modules/EcmStockDocIns/printAll.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
$db = $GLOBALS['db'];
|
||||
|
||||
$object = new EcmStockDocIn();
|
||||
$results = $object->get_full_list ( null);
|
||||
|
||||
foreach ($results as $result){
|
||||
|
||||
echo $results->document_no.'<br>';
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user