Browse Source

[fixed] Variable in string form and not integer so was not charging for leg only waxing, spotted by お茶, Felix, The

Kevin_Smarts 9 months ago
parent
commit
1552dcf029
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/salon.qsrc

+ 1 - 1
locations/salon.qsrc

@@ -1472,7 +1472,7 @@ if $ARGS[0] = 'hair_removal':
 	*pl  'We can do legs, pubic or full body waxes. Which service would you like?<br>'
 
     if pcs_leghair > 2:	
-		'Get your legs waxed <a href="exec: $epayments[''loc_arg''] = ''waxlegs'' & $epayments[''value''] = <<partialservice>> & gs ''shortgs'', ''payments'' "><<partialservice>><b> ₽</b></a> '
+		'Get your legs waxed <a href="exec: $epayments[''loc_arg''] = ''waxlegs'' & epayments[''value''] = <<partialservice>> & gs ''shortgs'', ''payments'' "><<partialservice>><b> ₽</b></a> '
     end
     if pcs_pubes > 2:		
 		'Get your pubic area waxed <a href="exec: $epayments[''loc_arg''] = ''waxpubic'' & epayments[''value''] = <<partialservice>> & gs ''shortgs'', ''payments''  "><<partialservice>><b> ₽</b></a> '