svn commit: r1830758 - /ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ProductForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1830758 - /ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ProductForms.xml

rishi
Author: rishi
Date: Wed May  2 13:59:21 2018
New Revision: 1830758

URL: http://svn.apache.org/viewvc?rev=1830758&view=rev
Log:
Implemented: Introduce a quick way for adding Sales Price agreements with customers for any specific product from Catalog. From date is now defaulting to now timestamp improvement suggested in verification.
(OFBIZ-7713)
Thanks to Mohammad Kathawala for providing the patch for the feedback.
Thanks to Swapnil Shah for reporting the new feature and improvement.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ProductForms.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ProductForms.xml?rev=1830758&r1=1830757&r2=1830758&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ProductForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/ProductForms.xml Wed May  2 13:59:21 2018
@@ -1836,7 +1836,7 @@ under the License.
         <field name="partyIdTo" title="${uiLabelMap.AccountingPartyIdTo}" required-field="true">
             <lookup target-form-name="LookupPartyName"/>
         </field>
-        <field name="fromDate"><date-time/></field>
+        <field name="fromDate"><date-time default-value="${nowTimestamp}"/></field>
         <field name="thruDate"><date-time/></field>
         <field name="description" title="${uiLabelMap.CommonDescription}"><text></text></field>
         <field name="price" title="Price" ><text></text></field>