@@ -293,7 +293,7 @@ |
||
293 | 293 | $localize['deletePackages'] = __( 'GD package items should be deleted from GD payment manager only', 'invoicing' ); |
294 | 294 | $localize['deleteInvoiceFirst'] = __( 'This item is in use! Before delete this item, you need to delete all the invoice(s) using this item.', 'invoicing' ); |
295 | 295 | |
296 | - $localize = apply_filters( 'wpinv_admin_js_localize', $localize ); |
|
296 | + $localize = apply_filters( 'wpinv_admin_js_localize', $localize ); |
|
297 | 297 | |
298 | 298 | wp_localize_script( 'wpinv-admin-script', 'WPInv_Admin', $localize ); |
299 | 299 | } |