Changeset 536 for trunk/temp/Bills.php
- Timestamp:
- May 18, 2013, 6:51:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/temp/Bills.php
r486 r536 1 1 <?php 2 3 die(); 2 4 3 5 include('../Common/Global.php'); … … 37 39 { 38 40 $System->Database->insert('FinanceInvoiceItem', array('FinanceInvoice' => $Invoice['Id'], 39 'Price' => ));41 'Price' => 0)); 40 42 } 41 43 echo($Invoice['Text'].' '.$Bill['Id'].'<br>');
Note:
See TracChangeset
for help on using the changeset viewer.