init
This commit is contained in:
8
modules/EcmInvoiceOutOlds/repairOld.php
Normal file
8
modules/EcmInvoiceOutOlds/repairOld.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$id = 'c44c1b48-2855-3325-38b7-528602609511';
|
||||
$i = new EcmInvoiceOutOld();
|
||||
$i->retrieve($id);
|
||||
echo $i->getInvoiceSubtotal();
|
||||
echo '<br>';
|
||||
echo $i->getInvoiceTotal();
|
||||
?>
|
||||
Reference in New Issue
Block a user