Changeset 2387074
- Timestamp:
- 09/23/2020 11:54:31 AM (6 years ago)
- Location:
- officegest/trunk
- Files:
-
- 3 edited
-
officegest.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/OfficegestProduct.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
officegest/trunk/officegest.php
r2376560 r2387074 5 5 * Plugin URI: https://www.officegest.com/woocommerce 6 6 * Description: A forma mais fácil de ligar a sua loja online com a sua faturação. 7 * Version: 1.0.2 67 * Version: 1.0.27 8 8 * Author: OfficeGest 9 9 * Author URI: https://www.officegest.com -
officegest/trunk/readme.txt
r2376560 r2387074 33 33 34 34 == Changelog == 35 = 1.0.27 = 36 Fixed Bug for observations for ecoauto Parts and Vehicles 35 37 36 38 = 1.0.26 = -
officegest/trunk/src/OfficegestProduct.php
r2376560 r2387074 331 331 public static function create_ecoauto_peca($data){ 332 332 global $wpdb; 333 $ecoauto_description = OfficeGestDBModel::getOption('ecoauto_peca _description')==1;333 $ecoauto_description = OfficeGestDBModel::getOption('ecoauto_pecas_description')==1; 334 334 $id = wc_get_product_id_by_sku($data['id']); 335 335 $metadata=[]; … … 439 439 public static function create_viatura($data){ 440 440 global $wpdb; 441 $ecoauto_description = OfficeGestDBModel::getOption('ecoauto_viatura _description')==1;441 $ecoauto_description = OfficeGestDBModel::getOption('ecoauto_viaturas_description')==1; 442 442 $id = wc_get_product_id_by_sku($data['id']); 443 443 $images = [];
Note: See TracChangeset
for help on using the changeset viewer.