|
@@ 104-106 (lines=3) @@
|
| 101 |
|
} |
| 102 |
|
|
| 103 |
|
// Set custom id if not set. |
| 104 |
|
if ( empty( $data['meta']['custom_id'] ) && !$this->get_custom_id() ) { |
| 105 |
|
$item->save_metas( array( 'custom_id' => $id ) ); |
| 106 |
|
} |
| 107 |
|
|
| 108 |
|
do_action( 'wpinv_item_create', $id, $args ); |
| 109 |
|
|
|
@@ 138-140 (lines=3) @@
|
| 135 |
|
} |
| 136 |
|
|
| 137 |
|
// Set custom id if not set. |
| 138 |
|
if ( empty( $data['meta']['custom_id'] ) && !$this->get_custom_id() ) { |
| 139 |
|
$item->save_metas( array( 'custom_id' => $id ) ); |
| 140 |
|
} |
| 141 |
|
|
| 142 |
|
do_action( 'wpinv_item_update', $id, $data ); |
| 143 |
|
|