Skip to content

Commit

Permalink
BTHAB-253: Add validation for discount amount field
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrukh-compuco committed Nov 20, 2023
1 parent e251b61 commit ee57059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managed/CustomGroup_Product_Discounts.mgd.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
'help_pre' => NULL,
'help_post' => 'Specify a discount that will automatically be applied when adding a product line item to a quotation if the contact is a member of this type.',
'mask' => NULL,
'attributes' => NULL,
'attributes' => ' pattern="([0-9]*[.])?[0-9]+" ',
'javascript' => NULL,
'is_active' => TRUE,
'is_view' => FALSE,
Expand Down

0 comments on commit ee57059

Please sign in to comment.