Updated code for appointment creation and added a column in hub for appointment template id..
This commit is contained in:
@@ -2418,4 +2418,12 @@
|
||||
<modifyDataType tableName="call" columnName="product_id" newDataType="INTEGER"/>
|
||||
</changeSet>
|
||||
|
||||
<changeSet id="11-02-2025_PK_175119" author="Piyush Kag">
|
||||
<update tableName="hub">
|
||||
<column name="appointment_template_id"
|
||||
value='7'/>
|
||||
<where>UNIQUE_UUID = 'p4lk3bcx1RStqTaIVVbXs'</where>
|
||||
</update>
|
||||
</changeSet>
|
||||
|
||||
</databaseChangeLog>
|
||||
|
||||
@@ -371,4 +371,6 @@ validation.required.requested.amount=The Requested Amount configuration should b
|
||||
company.id.not.null=Company ID cannot be null.
|
||||
formula.amount.not.matches.requested.amount= The {0} does not matches to calculated amount.
|
||||
|
||||
appointment.cannot.be.created = Appointment cannot be created because call doesn't have the productId.
|
||||
appointment.cannot.be.created.by.template = Product ID does not match with appointment template.
|
||||
|
||||
|
||||
@@ -362,4 +362,6 @@ validation.required.requested.amount=La configurazione dell'importo richiesto
|
||||
company.id.not.null=L'ID dell'azienda non pu? essere nullo.
|
||||
formula.amount.not.matches.requested.amount=Il {0} non corrisponde all'importo calcolato.
|
||||
|
||||
appointment.cannot.be.created = Impossibile creare l'appuntamento perch<63> la chiamata non ha l'ID prodotto.
|
||||
appointment.cannot.be.created.by.template = L'ID prodotto non corrisponde al modello di appuntamento.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user