Changeset 2002963
- Timestamp:
- 12/28/2018 03:25:56 PM (7 years ago)
- Location:
- woo-masterway/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
woocommerce-masterway.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-masterway/trunk/readme.txt
r1997934 r2002963 29 29 == Changelog == 30 30 31 = 1.0.6 = 32 * Fix 33 31 34 = 1.0.5 = 32 35 * WordPress 5.0 -
woo-masterway/trunk/woocommerce-masterway.php
r1997934 r2002963 4 4 Plugin URI: http://woothemes.com/woocommerce 5 5 Description: Allows you to invoice your clients using Masterway 6 Version: 1.0. 56 Version: 1.0.6 7 7 Author: Masterway 8 8 Author URI: http://masterway.net … … 504 504 $field_S02_1_1 = $field_S02_1->addChild('Document'); 505 505 $field_S02_1_1_1 = $field_S02_1_1->addChild('CompanyCode', $CompanyCode); 506 $field_S02_1_1_2 = $field_S02_1_1->addChild('Serie');//$this->Serie 506 if($this->Serie) 507 { 508 $field_S02_1_1_2 = $field_S02_1_1->addChild('Serie', $this->Serie); 509 } 510 else 511 { 512 $field_S02_1_1_2 = $field_S02_1_1->addChild('Serie'); 513 } 507 514 $field_S02_1_1_3 = $field_S02_1_1->addChild('DocumentDate',$DocumentDate); 508 515 $field_S02_1_1_4 = $field_S02_1_1->addChild('Entity');
Note: See TracChangeset
for help on using the changeset viewer.