Subversion Repositories SmartDukaan

Rev

Rev 35002 | Rev 35067 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35002 Rev 35055
Line 317... Line 317...
317
 
317
 
318
        if (paymentOptionName.includes('SAMSUNG UPGRADE')) {
318
        if (paymentOptionName.includes('SAMSUNG UPGRADE')) {
319
            $(this).val(schemePayout);  // Set the total scheme payout
319
            $(this).val(schemePayout);  // Set the total scheme payout
320
        }
320
        }
321
 
321
 
322
        if (paymentOptionName.includes('CASH DISCOUNT')) {
322
        // if (paymentOptionName.includes('CASH DISCOUNT')) {
323
            $(this).val(partnerPayout);  // Set the total partner payout
323
        //     $(this).val(partnerPayout);  // Set the total partner payout
324
        }
324
        // }
325
    });
325
    });
326
}
326
}
327
 
327
 
328
$(document).on('click', '.reset-irn-generated-panel', function () {
328
$(document).on('click', '.reset-irn-generated-panel', function () {
329
    getResetIrnGeneratedPanel();
329
    getResetIrnGeneratedPanel();