mirror of
https://github.com/pronamic/woocommerce-subscriptions.git
synced 2025-10-17 23:02:56 +00:00
2.4.5
This commit is contained in:

committed by
Remco Tolsma

parent
37367ac369
commit
721dda6e5c
2
assets/js/admin/admin.js
Executable file → Normal file
2
assets/js/admin/admin.js
Executable file → Normal file
@@ -312,7 +312,7 @@ jQuery(document).ready(function($){
|
||||
});
|
||||
|
||||
// if we haven't found a variation synced or with a trial at this point check the backend for other product variations
|
||||
if ( ( number_of_pages > 1 || 0 == variations.size() ) && false == is_synced_or_has_trial ) {
|
||||
if ( ( number_of_pages > 1 || 0 == variations.length ) && false == is_synced_or_has_trial ) {
|
||||
|
||||
var data = {
|
||||
action: 'wcs_product_has_trial_or_is_synced',
|
||||
|
Reference in New Issue
Block a user