Skip to content

Commit

Permalink
Merge pull request #994 from compucorp/BTHAB-253-fix-discount-amount-…
Browse files Browse the repository at this point in the history
…field

BTHAB-253: Fix Validation For Discount Amount Field
  • Loading branch information
shahrukh-compuco authored Nov 20, 2023
2 parents 9f5501c + ee57059 commit 0e866ae
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 0e866ae

Please sign in to comment.