Changeset 2804
- Timestamp:
- 11/24/06 23:25:06 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfQuickbooksExportInvoicePlugin/lib/sfQuickbooksExportInvoice.class.php
r2787 r2804 570 570 { 571 571 $this->addItemDetail('DATE', $string); 572 } 573 574 /** 575 * The item name or ID of the inventory item as defined within Quickbooks 576 * 577 * @param decimal $decimal 578 */ 579 public function setItemId($string) 580 { 581 $this->addItemDetail('INVITEM', $string); 572 582 } 573 583 plugins/sfQuickbooksExportInvoicePlugin/package.xml
r2787 r2804 11 11 <active>yes</active> 12 12 </lead> 13 <date>2006-11-2 2</date>13 <date>2006-11-24</date> 14 14 <time>14:25:01</time> 15 15 <version> 16 <release>1.0. 0</release>16 <release>1.0.1</release> 17 17 <api>1.0.0</api> 18 18 </version>